Resolves #18: Ensure all matching messages are removed, if enabled

This commit is contained in:
Scott Wallace 2020-10-29 21:45:45 +00:00
parent 6850133ffe
commit 825f55e70a

View file

@ -55,9 +55,9 @@ class GotifyTest(unittest.TestCase):
} }
] ]
self.assertEqual( self.assertListEqual(
self.gotify_client.find_byfingerprint({'fingerprint': 'deadbeefcafebabe'}), self.gotify_client.find_byfingerprint({'fingerprint': 'deadbeefcafebabe'}),
42, [42],
) )
def test_messages(self): def test_messages(self):