Skip to content

Commit

Permalink
maintain order
Browse files Browse the repository at this point in the history
  • Loading branch information
John Anchery committed Jul 24, 2021
1 parent 90a0c63 commit d4324b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_clash.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
def test_gap():
assert clash.gap() == [['sp', 'h'], 'am']

def test_fill():
assert clash.fill() == ["spam", "ham"]

def test_str():
assert str(clash) == "[['sp', 'h'], 'am']"

def test_repr():
assert repr(clash) == "[['sp', 'h'], 'am']"

def test_fill():
assert clash.fill() == ["spam", "ham"]

0 comments on commit d4324b0

Please sign in to comment.