Skip to content

Commit 5b6f3b2

Browse files
committed
fix typo
1 parent 0a3fc46 commit 5b6f3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/src/test/resources/sitconfig/java/SitConfigTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public void testSystemResourcesJDBCAttributeChange(String jdbcResourceName, Stri
391391
int createTable =
392392
stmt.executeUpdate(
393393
"CREATE TABLE IF NOT EXISTS mysqldb.testtable (title VARCHAR(255) NOT NULL,description TEXT)ENGINE=INNODB;");
394-
println("create table table returned " + createTable);
394+
println("create table returned " + createTable);
395395
assert createSchema == 1 : "create schema failed";
396396
assert createTable == 0 : "create table failed";
397397
} catch (SQLException ex) {

0 commit comments

Comments
 (0)