change
This commit is contained in:
parent
20f8aeba6b
commit
1beac7b638
|
@ -297,14 +297,6 @@ public class TSDBPreparedStatementTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void createTwoSameDbTest() throws SQLException {
|
|
||||||
Statement stmt = conn.createStatement();
|
|
||||||
|
|
||||||
stmt.execute("create database dbtest");
|
|
||||||
Assert.assertThrows(SQLException.class, () -> stmt.execute("create database dbtest"));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void setBoolean() throws SQLException {
|
public void setBoolean() throws SQLException {
|
||||||
// given
|
// given
|
||||||
|
|
Loading…
Reference in New Issue