Skip to content

Commit 547bab5

Browse files
committed
Update unit test
1 parent 3443110 commit 547bab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_limit(test_ctx):
103103

104104
plan = plan.to_variant()
105105
assert isinstance(plan, Limit)
106-
assert "Skip: Some(Literal(Int64(5)))" in str(plan)
106+
assert "Skip: Some(Literal(Int64(5), None))" in str(plan)
107107

108108

109109
def test_aggregate_query(test_ctx):

0 commit comments

Comments
 (0)