Skip to content

Commit efbd8be

Browse files
committed
fix:fix issues
1 parent 1ae2be3 commit efbd8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/test/java/com/tinyengine/it/controller/BlockGroupControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void testCreateBlockGroups() {
6666
when(blockGroupService.createBlockGroup(any(BlockGroup.class))).thenReturn(new Result<BlockGroup>());
6767

6868
Result<BlockGroup> result = blockGroupController.createBlockGroups(new BlockGroup());
69-
Assertions.assertEquals(new Result<List<BlockGroup>>(), result);
69+
Assertions.assertEquals(new Result<BlockGroup>(), result);
7070
}
7171

7272
@Test

0 commit comments

Comments
 (0)