Skip to content

Commit ec66ae4

Browse files
BethanyGkotp
authored andcommitted
Update exercises/concept/card-games/lists_test.py
1 parent 698ab7b commit ec66ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/concept/card-games/lists_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def test_empty(self):
6060
want = []
6161

6262
self.assertEqual(concatenate_rounds(rounds_1, rounds_2),
63-
want,
64-
msg=f'Expected {want} but got an incorrect result.'
65-
)
63+
want,
64+
msg=f'Expected {want} but got an incorrect result.'
65+
)
6666

6767
@pytest.mark.task(taskno=2)
6868
def test_other(self):

0 commit comments

Comments
 (0)