#238 Fixed deep_link = None case

This commit is contained in:
Oleg A 2019-11-29 23:46:38 +03:00
parent 52f35058db
commit 746eead0da
2 changed files with 2 additions and 2 deletions

View file

@ -271,7 +271,7 @@ class TestCommandStart:
test_filter = CommandStart() # empty filter
message = Message(text=self.START)
result = await test_filter.check(message)
assert result is True
assert result is not False
async def test_start_command_payload_is_matched(self):
test_filter = CommandStart(deep_link=self.GOOD)