This commit is contained in:
Looly
2022-09-18 11:58:46 +08:00
parent 0e287161bd
commit 68cfc3db5d
2 changed files with 17 additions and 5 deletions

View File

@@ -424,11 +424,6 @@ public class UrlBuilderTest {
Assert.assertEquals("http://127.0.0.1/devicerecord/list?start=2022-03-31%2000:00:00&end=2022-03-31%2023:59:59&page=1&limit=10", builder.toString());
}
@Test
public void issue2242Test() {
}
@Test
public void issue2243Test() {
// https://github.com/dromara/hutool/issues/2243