mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
Fix python extension test for generate_series()
This commit is contained in:
parent
d5f58f5fea
commit
bf045da9dc
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ def test_series(pipe):
|
|||
run_test(
|
||||
pipe,
|
||||
"SELECT * FROM generate_series(1, 10);",
|
||||
lambda res: "Invalid Argument" in res,
|
||||
lambda res: res == "1\n2\n3\n4\n5\n6\n7\n8\n9\n10",
|
||||
)
|
||||
run_test(
|
||||
pipe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue