Skip to content

Commit 17f57e1

Browse files
committed
Fixed incorrect test.
1 parent b65cbb2 commit 17f57e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/string_functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
},
112112
{
113-
"expression": "pad_left('string', '1.4')",
113+
"expression": "pad_left('string', `1.4`)",
114114
"error": "invalid-value"
115115

116116
},

0 commit comments

Comments
 (0)