Skip to content

Commit f5c07ff

Browse files
committed
Fixed cast_to_bool testcase
1 parent 5fe21b9 commit f5c07ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/adapter/utils/test_common_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@
7676
with data as (
7777
7878
select 0 as input, 'false' as expected from dual union all
79-
select 1 as input, 'true' as expected from dual union all
80-
select null as input, null as expected from dual
79+
select 1 as input, 'true' as expected from dual
8180
8281
)
8382
select

0 commit comments

Comments
 (0)