We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d2707 commit ce52a72Copy full SHA for ce52a72
test/unit/app/managers/test_HDAManager.py
@@ -412,7 +412,7 @@ def test_serializers(self):
412
assert isinstance(serialized["file_size"], int)
413
assert isinstance(serialized["nice_size"], str)
414
# TODO: these should be tested w/copy
415
- assert isinstance(serialized["copied_from_history_dataset_association_id"], int)
+ self.assertNullableEncodedId(serialized["copied_from_history_dataset_association_id"])
416
self.assertNullableEncodedId(serialized["copied_from_library_dataset_dataset_association_id"])
417
self.assertNullableBasestring(serialized["info"])
418
self.assertNullableBasestring(serialized["blurb"])
0 commit comments