Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mski-iksm committed Sep 28, 2024
1 parent 6f8772d commit c402f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_task_on_kart.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_load_with_single_dict_target(self):

data = task.load()
target.load.assert_called_once()
self.assertEqual(data, 1)
self.assertEqual(data, {'target_key': 1})

def test_load_with_keyword(self):
task = _DummyTask()
Expand Down

0 comments on commit c402f75

Please sign in to comment.