Skip to content

Commit 4e7fc4a

Browse files
aclumeecavanna
andauthored
Update nmdc_schema/migrators/migrator_from_11_10_0_to_11_11_0.py
Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com>
1 parent 502bcd2 commit 4e7fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nmdc_schema/migrators/migrator_from_11_10_0_to_11_11_0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def confirm_permissible_values_are_absent(self, data_object: dict) -> dict:
2020
2121
>>> m = Migrator()
2222
23-
# Test: data_object_type of "Metagenome Bins"
23+
# Test: data_object_type of "Metagenome Bins"
2424
>>> m.confirm_permissible_values_are_absent({"id": 1, "type": "nmdc:DataObject", "data_object_type": "Metagenome Bins"})
2525
Traceback (most recent call last):
2626
...

0 commit comments

Comments
 (0)