Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtul committed Sep 8, 2019
1 parent 77e55cf commit b913f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmtest/__init__.py
Expand Up @@ -117,7 +117,7 @@ def assertInitArgsFail(self):

def assertInitArgsSuccess(self):
c, s = self.client, self.server
self.assertOk('OK', self.cmd('PING'))
self.assertEqual(True, self.cmd('PING'))

def retry_with_reload(self):
return self.client.retry_with_rdb_reload()
Expand Down

0 comments on commit b913f11

Please sign in to comment.