提交 3865edc2 编写于 作者: A ascrutae

1.修改传入参数

上级 f4df86de
......@@ -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"},
});
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册