Skip to content

Commit

Permalink
Change section name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-oguri committed Oct 19, 2023
1 parent 0a8c9f8 commit 6247c6f
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 @@ -130,7 +130,7 @@ def test_save_and_load_feather_without_store_index_in_feather(self):

def test_save_and_load_config_file(self):
obj = LuigiConfigParser()
obj['DEFAULT'] = {'a': '1', 'b': 'yes', 'c': 2}
obj['common'] = {'a': '1', 'b': 'yes', 'c': 2}
obj['example'] = {}
obj['example']['d'] = 'foo'
obj['example']['e'] = 'true'
Expand Down

0 comments on commit 6247c6f

Please sign in to comment.