From d87e0821c9a426950b1e78e61be8b11beb1ef6f1 Mon Sep 17 00:00:00 2001 From: eternnoir Date: Thu, 14 Apr 2016 17:45:57 +0800 Subject: [PATCH] Fix type test. --- tests/test_types.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_types.py b/tests/test_types.py index 2166a7f..a91f768 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -153,8 +153,5 @@ def test_InlineQueryResultCachedPhoto_with_markup(): assert 'Fileid' in json_str assert 'Title' in json_str assert 'caption' not in json_str - assert 'reply_markup' not in json_str - - -test_InlineQueryResultCachedPhoto_with_markup() + assert 'reply_markup' in json_str