Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasColthurst committed Oct 3, 2024
1 parent 46234cb commit cc7579d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/hirm_io_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_load_schema_with_distribution_parameters(self):
self.assertEqual(relations["has_type"].name, "has_type")
self.assertEqual(relations["has_type"].distribution, "stringcat")
self.assertEqual(len(relations["has_type"].parameters), 1)
print(relations["has_type"].parameters)
self.assertEqual(relations["has_type"].parameters["strings"],
'"1br 2br 3br 4br studio"')
self.assertEqual(relations["has_type"].domains, ["record", "County", "State"])
Expand Down

0 comments on commit cc7579d

Please sign in to comment.