Fixed a typo in the test

This commit is contained in:
Jonathan Leibiusky
2010-09-22 11:07:50 -03:00
parent bdb29decc6
commit 86ae05f158

View File

@@ -21,7 +21,7 @@ public class ControlCommandsTest extends JedisCommandTestBase {
String status = jedis.bgsave();
assertEquals("Background saving started", status);
} catch (JedisException e) {
assertEquals("ERR background save already in progress", e
assertEquals("ERR Background save already in progress", e
.getMessage());
}
}