Skip to content

Commit 697efff

Browse files
committed
fix: revert test to 251
1 parent 73279ec commit 697efff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/workflow/test_combine_speos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_insert_speos(speos: Speos):
192192
# Check that scene is filled
193193
assert len(p.scene_link.get().materials) == 7
194194
assert len(p.scene_link.get().sensors) == 1
195-
assert len(p.scene_link.get().sources) == 2
195+
assert len(p.scene_link.get().sources) == 0
196196
assert len(p.scene_link.get().simulations) == 1
197197
assert len(p.find(name=".*", name_regex=True, feature_type=OptProp)) == 7
198198

@@ -239,7 +239,7 @@ def test_insert_speos(speos: Speos):
239239

240240
assert len(p.scene_link.get().materials) == 12 # 11 + 1 (ambient material)
241241
assert len(p.scene_link.get().sensors) == 1
242-
assert len(p.scene_link.get().sources) == 2
242+
assert len(p.scene_link.get().sources) == 0
243243
assert len(p.scene_link.get().simulations) == 1
244244
assert len(p.find(name=".*", name_regex=True, feature_type=OptProp)) == 12
245245

0 commit comments

Comments
 (0)