Skip to content

Commit fc5f54b

Browse files
authored
Merge pull request #2447 from dliang2000/master
Add @test annotation to shouldGetResultNullFromCallableStatement() in BooleanTypeHandlerTest
2 parents 1a57a7d + 67920f6 commit fc5f54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/apache/ibatis/type/BooleanTypeHandlerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public void shouldGetResultFromCallableStatement() throws Exception {
7474
}
7575

7676
@Override
77+
@Test
7778
public void shouldGetResultNullFromCallableStatement() throws Exception {
7879
when(cs.getBoolean(1)).thenReturn(false);
7980
when(cs.wasNull()).thenReturn(true);

0 commit comments

Comments
 (0)