Skip to content

Commit

Permalink
optimize:add test for core
Browse files Browse the repository at this point in the history
  • Loading branch information
lightClouds917 committed Jan 9, 2024
1 parent 6ff078b commit be22937
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public void testGetByCode() {
// Assert the returned type matches the expected type
Assertions.assertEquals(expectedType, actualType);
}

@Test
public void testGetByName() {
String name = "gzip";
Expand Down

0 comments on commit be22937

Please sign in to comment.