Skip to content

Commit

Permalink
test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Sep 22, 2023
1 parent 6bcd0c2 commit 9d2056e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_resolutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def test_can_be_instantiated(self) -> None:

def test_the_test(self) -> None:
cim = ContainsItemMatching(r"([Ss]pam ?)+").resolve()

assert cim.matches(["Spam", "Eggs", "Spam and eggs"])
assert not cim.matches(["Porridge"])

Expand Down

0 comments on commit 9d2056e

Please sign in to comment.