Skip to content
Snippets Groups Projects
Commit 6e0bd4ac authored by wyl's avatar wyl
Browse files

UPDATE

parent a2637b10
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ public class IntegrationFullContainerTest{
Result result2 = superAdminController.pageSelect("commonAdmin", 2, 2);
List<AdminVO> page2 = (List<AdminVO>) result2.getData();
assertThat(page2).hasSize(2);
assertThat(page2).hasSize(1);
assertThat(page2.get(0).getName()).isEqualTo("cmy");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment