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