Skip to content

Commit

Permalink
Changed number of config files in test_config_setter to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
maike93he committed Sep 27, 2022
1 parent 6498bd7 commit 7233573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_edisgo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_config_setter(self):

# test specifying different directory
self.edisgo.config = {"config_path": save_dir}
assert len(os.listdir(save_dir)) == 5
assert len(os.listdir(save_dir)) == 6
shutil.rmtree(save_dir)

# test json and config_path=None
Expand Down

0 comments on commit 7233573

Please sign in to comment.