We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698ab7b commit ec66ae4Copy full SHA for ec66ae4
exercises/concept/card-games/lists_test.py
@@ -60,9 +60,9 @@ def test_empty(self):
60
want = []
61
62
self.assertEqual(concatenate_rounds(rounds_1, rounds_2),
63
- want,
64
- msg=f'Expected {want} but got an incorrect result.'
65
- )
+ want,
+ msg=f'Expected {want} but got an incorrect result.'
+ )
66
67
@pytest.mark.task(taskno=2)
68
def test_other(self):
0 commit comments