Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-oguri committed Oct 19, 2023
1 parent 16a8b34 commit d658192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_save_and_load_ini(self):
obj['DEFAULT'] = {'a': '1', 'b': 'yes', 'c': 2}
obj['example'] = {}
obj['example']['d'] = 'foo'
obj['example']['e'] = True
obj['example']['e'] = 'true'
file_path = os.path.join(_get_temporary_directory(), 'test.ini')

target = make_target(file_path=file_path, unique_id=None)
Expand Down

0 comments on commit d658192

Please sign in to comment.