mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Added type to assertion message [skip ci]
This commit is contained in:
@@ -43,11 +43,11 @@ for my $function (@functions)
|
||||
|
||||
# Test halfvec
|
||||
my $actual = $node->safe_psql("postgres", "SELECT $function(v::halfvec, '$query'::vector::halfvec) FROM tst");
|
||||
is($expected, $actual, $function);
|
||||
is($expected, $actual, "halfvec $function");
|
||||
|
||||
# Test sparsevec
|
||||
$actual = $node->safe_psql("postgres", "SELECT $function(v::sparsevec, '$query'::vector::sparsevec) FROM tst");
|
||||
is($expected, $actual, $function);
|
||||
is($expected, $actual, "sparsevec $function");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user