This commit is contained in:
zyyang 2021-01-26 15:19:50 +08:00
parent e3cd70cf8e
commit 3c83219fd9
1 changed files with 1 additions and 1 deletions

View File

@ -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));