Skip to content

Commit

Permalink
完善测试
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Nov 4, 2024
1 parent 8c4728f commit 88b8243
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void testInsert() {
Assert.assertEquals(1, mapper.insert(userInfo));

Assert.assertNotNull(userInfo.getId());
Assert.assertEquals(6, (int) userInfo.getId());

userInfo = mapper.selectByPrimaryKey(userInfo.getId());
//email没有插入
Expand Down

0 comments on commit 88b8243

Please sign in to comment.