Skip to content

Commit 55eac0d

Browse files
committed
Update consumer test expected output
It seems like the deletes run in a different order in blocksql vs in recom+ Signed-off-by: mdouglas47 <[email protected]>
1 parent b2886ca commit 55eac0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/consumer.test/t07.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(old='{"a":"nan"}', new='{"a":"nan"}')
3333
(old='{"a":"-inf"}', new='{"a":"-inf"}')
3434
(old='{"a":"inf"}', new='{"a":"inf"}')
35+
(old='{"a":1}', new=NULL)
3536
(old='{"a":"nan"}', new=NULL)
3637
(old='{"a":"-inf"}', new=NULL)
3738
(old='{"a":"inf"}', new=NULL)
38-
(old='{"a":1}', new=NULL)

0 commit comments

Comments
 (0)