diff --git a/tests/test_math_candidate_graph_peer_partition_question.py b/tests/test_math_candidate_graph_peer_partition_question.py index 23a1b386..3013eba4 100644 --- a/tests/test_math_candidate_graph_peer_partition_question.py +++ b/tests/test_math_candidate_graph_peer_partition_question.py @@ -131,4 +131,4 @@ def test_bags_of_product_statement_not_peer_pick(): stmt = "She bought 4 bags of 15 coins and 1 bag of 40 coins." cands = extract_initial_candidates(stmt) assert len(cands) == 1 - assert cands[0].initial.quantity.value == 100.0 \ No newline at end of file + assert cands[0].initial.quantity.value == 100.0