Skip to content

Commit c577c63

Browse files
committed
Adopt renamed TCK column name.
[resolves #472] Signed-off-by: Mark Paluch <mpaluch@vmware.com>
1 parent 0be53f7 commit c577c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/r2dbc/postgresql/PostgresqlTestKit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public JdbcOperations getJdbcOperations() {
8484
public String expand(TestStatement statement, Object... args) {
8585

8686
if (statement == TestStatement.CREATE_TABLE_AUTOGENERATED_KEY) {
87-
return "CREATE TABLE test ( id SERIAL, value INTEGER )";
87+
return "CREATE TABLE test ( id SERIAL, test_value INTEGER )";
8888
}
8989

9090
return TestKit.super.expand(statement, args);

0 commit comments

Comments
 (0)