Skip to content

Commit 3c17cff

Browse files
committed
fix return value
1 parent f5340b5 commit 3c17cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def init_somesy_logger():
2525

2626

2727
@pytest.fixture
28-
def somesy_input() -> dict:
28+
def somesy_input() -> SomesyInput:
2929
"""Return a somesy input instance."""
3030
return SomesyInput.from_input_file(Path("tests/data/somesy.toml"))
3131

0 commit comments

Comments
 (0)