Skip to content

Commit

Permalink
テストケース修正
Browse files Browse the repository at this point in the history
  • Loading branch information
abenben authored Jun 20, 2020
1 parent 7c20050 commit d05c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_subtraction_normal(subtraction_task):
[0, 0, 0],
[1, 1, 1],
[5, 1, 5],
[10, 10, 100])
[10, 10, 10])


@pytest.fixture(params=multiplication_lists, ids=func_ids)
Expand Down

0 comments on commit d05c1df

Please sign in to comment.