Skip to content

Commit 0e44141

Browse files
committed
fix: Modify the default values of table fields and page API
1 parent a20073b commit 0e44141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/test/java/com/tinyengine/it/common/handler/MyMetaObjectHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void testInsertFill() throws NoSuchFieldException, IllegalAccessException {
3636
when(param.hasSetter("tenantId")).thenReturn(true);
3737
TestUtil.setPrivateValue(myMetaObjectHandler, "loginUserContext", new MockUserContext());
3838
myMetaObjectHandler.insertFill(param);
39-
verify(param, times(8)).hasSetter(anyString());
39+
verify(param, times(5)).hasSetter(anyString());
4040
}
4141

4242
@Test

0 commit comments

Comments
 (0)