Fixed test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-13 11:21:25 -07:00
parent 23944302fe
commit f627e69c5f
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ SELECT '[,'::halfvec;
SELECT '[]'::halfvec;
SELECT '[ ]'::halfvec;
-- TODO fix error message
SELECT '[,]'::vector;
SELECT '[,]'::halfvec;
SELECT '[1,]'::halfvec;
SELECT '[1a]'::halfvec;
SELECT '[1,,3]'::halfvec;