Skip to content

Commit aed0c10

Browse files
committed
updated ci
1 parent 25e8dd8 commit aed0c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/json_equal.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.load ./dist/json_equal
1+
.load './dist/json_equal'
22

33
-- Test for identical JSON objects
44
select '2_01', json_equal('{"key": "value"}', '{"key": "value"}') = 1;

0 commit comments

Comments
 (0)