Skip to content

Commit 995c015

Browse files
committed
fix: test failures
1 parent 84891f4 commit 995c015

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db_proto/sql/risingwave/database_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestValueConversion(t *testing.T) {
4141
{"uint64", uint64(456), "456"},
4242
{"bool true", true, "true"},
4343
{"bool false", false, "false"},
44-
{"time", time.Date(2023, 1, 1, 0, 0, 0, 0, time.UTC), "'2023-01-01T00:00:00Z'"},
44+
{"time", time.Date(2023, 1, 1, 0, 0, 0, 0, time.UTC), "'2023-01-01 00:00:00.000000+00:00'"},
4545
{"bytes", []byte{0xDE, 0xAD}, "'\\xDEAD'"},
4646
}
4747

0 commit comments

Comments
 (0)