Skip to content

Commit 69af819

Browse files
committed
Fix based on review
1 parent 2ba1daa commit 69af819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/integration-test/java/com/scalar/db/storage/jdbc/ConsensusCommitAdminIntegrationTestWithJdbcDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void renameColumn_Db2_ForPrimaryOrIndexKeyColumn_ShouldThrowUnsupportedOp
183183
.blobValue("c8", "6".getBytes(StandardCharsets.UTF_8))
184184
.dateValue("c9", LocalDate.now(ZoneId.of("UTC")))
185185
.timeValue("c10", LocalTime.now(ZoneId.of("UTC")))
186-
.timestampTZValue("c12", Instant.now());
186+
.timestampTZValue("c11", Instant.now());
187187
if (isTimestampTypeSupported()) {
188188
insert.timestampValue("c12", LocalDateTime.now(ZoneOffset.UTC));
189189
}

0 commit comments

Comments
 (0)