change
This commit is contained in:
parent
e3cd70cf8e
commit
3c83219fd9
|
@ -66,7 +66,7 @@ public class StatementTest {
|
|||
assertEquals(false, isClosed);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test(expected = SQLFeatureNotSupportedException.class)
|
||||
public void testUnsupport() {
|
||||
try {
|
||||
Assert.assertNotNull(statement.unwrap(TSDBStatement.class));
|
||||
|
|
Loading…
Reference in New Issue