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 c5b2aef commit f4a359fCopy full SHA for f4a359f
tests/test_parser.py
@@ -9,6 +9,6 @@ def test_parse(self, parser):
9
10
assert len(collection.attached_objects) == 2
11
objects = list(collection.attached_objects.values())
12
- assert objects[0].name == "Example Chemical"
+ assert objects[0].name == "Example Storage"
13
assert objects[1].name == "Example Instrument"
14
assert len(collection.relationships) == 1
0 commit comments