Skip to content

Commit 14fc12a

Browse files
committed
fixed pytest fixture
1 parent 8ff54dd commit 14fc12a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extras/fileformats/extras/core/tests/test_converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def baz_bar_converter_(in_file: Baz):
3333
return baz_bar_converter_
3434

3535

36+
@pytest.fixture
3637
def FooQuxConverter():
3738
@converter(source_format=Foo, target_format=Qux)
3839
@shell.define

0 commit comments

Comments
 (0)