Update API version check

This commit is contained in:
Anže Bertoncelj 2017-12-22 22:42:49 +01:00
parent 9ddb7eb19a
commit 612afa75a1

View File

@ -7,4 +7,4 @@ class TestVersion(TestCase):
def test_version(self):
response = callAnkiConnectEndpoint({'action': 'version'})
self.assertEqual(4, response)
self.assertEqual(5, response)