Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener committed Jan 7, 2022
1 parent 9194100 commit 54ace14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tck/features/function/coalesce.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Feature: Fetch Int Vid Edges
RETURN coalesce(null) as result;
"""
Then the result should be, in any order:
| result |
| __NULL__ |
| result |
| NULL |
When executing query:
"""
RETURN coalesce(null,[1,2,3]) as result;
Expand Down

0 comments on commit 54ace14

Please sign in to comment.