Skip to content

Commit f42b1e7

Browse files
committed
[test] Remove dumb test - not valid now as class is static and should not have been instantiated
1 parent 187cca2 commit f42b1e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/org/apache/ibatis/io/ResourcesTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,4 @@ void shouldGetReaderWithClassLoader() throws IOException {
170170

171171
}
172172

173-
@Test
174-
void stupidJustForCoverage() {
175-
assertNotNull(new Resources());
176-
}
177173
}

0 commit comments

Comments
 (0)