Skip to content

Commit 1a704d8

Browse files
committed
fix test
1 parent 1216f17 commit 1a704d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-sqlite3/test/libsql_vector.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ do_test vector-1-func-errors {
131131
{vector: invalid float at position 0: '[1'}
132132
{vector: invalid float at position 2: '1.1.1'}
133133
{vector: must end with ']'}
134-
{vector: unexpected binary type: got 0, expected 1 or 2}
134+
{invalid vector: unexpected type: 0}
135135
{vector_distance_cos: vectors must have the same length: 3 != 2}
136136
{vector_distance_cos: vectors must have the same type: 1 != 2}
137137
}]

0 commit comments

Comments
 (0)