Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
manh9203 committed Apr 4, 2024
1 parent c7f62df commit 33cf40b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/test_files/function/hash/hash.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,11 @@
---- 1
7162734438776005526

# String
-STATEMENT RETURN hash('hello');
---- 1
-2347141879292577852

# Interval
-STATEMENT RETURN hash(interval("1 years 2 months 3 hours"));
---- 1
-5050076354121952078

# Struct
-STATEMENT RETURN hash({name: 'Alice', age: 20});
---- 1
-4980099835463142906

# List
-STATEMENT RETURN hash(list_creation(1,2,3,4,5,56,2));
---- 1
Expand Down

0 comments on commit 33cf40b

Please sign in to comment.