Skip to content

Commit 7f0ba64

Browse files
committed
Fixup broken merge
1 parent 89f0c64 commit 7f0ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_missing_fixture_ok_if_not_required(dm: DeviceManager):
268268

269269
@dm.factory
270270
def foo(unknown):
271-
return s1(bar)
271+
return s1(unknown)
272272

273273
@dm.factory
274274
def bar():

0 commit comments

Comments
 (0)