Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed May 27, 2024
1 parent 81d23ec commit dc0fe7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_test/source/cdc/cdc.check_new_rows.slt
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ SELECT c_varchar, c_bytea
FROM postgres_all_types
ORDER BY c_boolean, c_bigint, c_date;
----
'd' \x00
d \x00
(empty) \x00
NULL NULL
example \xdeadbeef
'd' \x00
d \x00
(empty) \x00
NULL NULL
example \xdeadbeef
Expand Down

0 comments on commit dc0fe7b

Please sign in to comment.