mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-17 17:54:32 +08:00
Added more tests [skip ci]
This commit is contained in:
@@ -95,7 +95,7 @@ for my $i (0 .. $#operators)
|
||||
|
||||
# Test approximate results
|
||||
my $min = 0.98;
|
||||
if ($operator eq '<=>')
|
||||
if ($operator eq "<=>")
|
||||
{
|
||||
$min = 0.60;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user