Skip to content

Commit a55c9ef

Browse files
och5351RocMarshal
andauthored
Update flink-connector-jdbc-postgres/src/test/java/org/apache/flink/connector/jdbc/postgres/database/catalog/PostgresCatalogITCase.java
Co-authored-by: Yuepeng Pan <[email protected]>
1 parent 6dfd28a commit a55c9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-jdbc-postgres/src/test/java/org/apache/flink/connector/jdbc/postgres/database/catalog/PostgresCatalogITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,6 @@ void testNullUuidTypes() {
215215
.collect());
216216
assertThat(results)
217217
.hasToString(
218-
"[+I[1, NULL]]");
218+
"[+I[1, null]]");
219219
}
220220
}

0 commit comments

Comments
 (0)