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