Skip to content

Commit 1c658c0

Browse files
committed
Proper test name
1 parent c4228b1 commit 1c658c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/ibatis/reflection/ReflectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void shouldNotGetClass() {
5959
}
6060

6161
@Test
62-
void should() {
62+
void shouldGetGenericGetterType() {
6363
Type type = new TypeReference<Entity<List<String>>>() {
6464
}.getRawType();
6565
ReflectorFactory reflectorFactory = new DefaultReflectorFactory();

0 commit comments

Comments
 (0)