Skip to content

Commit

Permalink
update snap for comparison exprs
Browse files Browse the repository at this point in the history
  • Loading branch information
toppyy committed Nov 6, 2024
1 parent 9c7d533 commit 6afb054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/relational-duckdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
---------------------
Projection [a as a]
Order [___row_number ASC]
Filter ["r_base::=="(a, 1.0)]
Filter [(a = 1.0)]
Projection [a as a, row_number() OVER () as ___row_number]
r_dataframe_scan(0xdeadbeef)
Expand Down

0 comments on commit 6afb054

Please sign in to comment.