Skip to content

Commit

Permalink
Update test_list.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jun 30, 2023
1 parent 6ddc153 commit dc6ed10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def test_unique_items():

def test_unique_list_format():
assert learn_list.unique_list_format() == [
"banana",
"apple",
"leek",
"boy",
"cheese",
"leek",
"apple",
"banana",
"pie",
]

0 comments on commit dc6ed10

Please sign in to comment.