Skip to content

Commit

Permalink
Fix test types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Feb 2, 2023
1 parent 6a2140a commit a49f476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smarts/core/tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


@pytest.fixture
def config_path() -> str:
def config_path():
config = configparser.ConfigParser()
config["section_1"] = {"string_option": "value", "option_2": "value_2"}
config["section_2"] = {"bool_option": "True", "float_option": "3.14"}
Expand Down

0 comments on commit a49f476

Please sign in to comment.