1.修改传入参数

This commit is contained in:
ascrutae 2016-06-12 14:00:51 +08:00
parent f4df86de71
commit 3865edc2e2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class RedisPluginTest {
public static void main(String[] args) {
RedisOperator.setData("key1", "value1");
TraceTreeAssert.assertEquals(new String[][]{
{null, "0", "127.0.0.1:6379 set", "key=key1"},
{"0", "127.0.0.1:6379 set", "key=key1"},
});
}
}