diff options
Diffstat (limited to 'tests/test_stanza_gmail.py')
-rw-r--r-- | tests/test_stanza_gmail.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_gmail.py b/tests/test_stanza_gmail.py index 8ff65a3e..6190c608 100644 --- a/tests/test_stanza_gmail.py +++ b/tests/test_stanza_gmail.py @@ -18,7 +18,7 @@ class TestGmail(SleekTest): iq['gmail']['newer-than-time'] = '1140638252542' iq['gmail']['newer-than-tid'] = '11134623426430234' - self.check_iq(iq, """ + self.check(iq, """ <iq type="get"> <query xmlns="google:mail:notify" newer-than-time="1140638252542" |