Skip to content

Commit f4a359f

Browse files
committed
Fix testing
1 parent c5b2aef commit f4a359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def test_parse(self, parser):
99

1010
assert len(collection.attached_objects) == 2
1111
objects = list(collection.attached_objects.values())
12-
assert objects[0].name == "Example Chemical"
12+
assert objects[0].name == "Example Storage"
1313
assert objects[1].name == "Example Instrument"
1414
assert len(collection.relationships) == 1

0 commit comments

Comments
 (0)