diff --git a/test/test_Gameknot.py b/test/test_Gameknot.py index c4d5694dd..c63b7569b 100644 --- a/test/test_Gameknot.py +++ b/test/test_Gameknot.py @@ -38,6 +38,7 @@ class GameknotTestCase(PluginTestCase, PluginDocumentation): def testGkstats(self): self.assertNotError('gkstats jemfinch') self.assertError('gkstats %s' % utils.mktemp()) + self.assertNotError('gkstats Strike') def testUrlSnarfer(self): self.assertNotError('http://gameknot.com/chess.pl?bd=1019508')