Skip to content

Commit 03fbd8d

Browse files
committed
test upd
1 parent 50a532a commit 03fbd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-integrations/connectors/source-mssql/src/test-integration/java/io/airbyte/integrations/source/mssql/CdcMssqlSourceDatatypeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ protected void initTests() {
331331
.sourceType("date")
332332
.airbyteType(JsonSchemaPrimitive.STRING)
333333
.addInsertValues("'0001-01-01'", "'9999-12-31'", "'1999-01-08'", "null")
334-
.addExpectedValues("0001-01-01", "9999-12-31", "1999-01-08", null)
334+
.addExpectedValues("0001-01-01T00:00:00Z", "9999-12-31T00:00:00Z", "1999-01-08T00:00:00Z", null)
335335
.createTablePatternSql(CREATE_TABLE_SQL)
336336
.build());
337337

0 commit comments

Comments
 (0)