Skip to content

Commit

Permalink
Try again..
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Feb 22, 2024
1 parent d95223e commit 20ab9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_filter_spis_normal_operation():
yaml.dump(mock_yaml_content, f)


filter_spis("mock_config.yaml", keywords, name="mock_filterd_config")
filter_spis("pyspi/mock_config.yaml", keywords, name="mock_filterd_config")

# load in the output
with open("pyspi/mock_filterd_config.yaml", "r") as f:
Expand Down

0 comments on commit 20ab9fa

Please sign in to comment.