Skip to content

Commit

Permalink
Fix function name typo
Browse files Browse the repository at this point in the history
Signed-off-by: patrickpa <[email protected]>
  • Loading branch information
patrickpa committed Aug 21, 2024
1 parent 894fc8e commit 9f96a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_config_write() -> None:
os.remove(TEST_CONFIG_OUTPUT_PATH)


def test_config_file_parse_order_independency() -> None:
def test_config_file_parse_order_independence() -> None:
config_unordered = Configuration()
config_unordered.load_from_file(
os.path.join(TEST_DATA_BASE_PATH, "unordered_config.xml")
Expand Down

0 comments on commit 9f96a09

Please sign in to comment.