Commit f50160b7 by fengshuonan

修复一处测试错误,第三个代表顺序

parent 909894ca
...@@ -35,7 +35,7 @@ public class DictTest extends BaseJunit { ...@@ -35,7 +35,7 @@ public class DictTest extends BaseJunit {
@Test @Test
public void editTest() { public void editTest() {
dictService.editDict(16, "tes", "测试", "备注", "1:测试1;2:测试2"); dictService.editDict(16, "tes", "测试", "备注", "1:测试1:1;2:测试2:2");
} }
@Test @Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment