diff --git a/test/t/014_hnsw_inserts.pl b/test/t/014_hnsw_inserts.pl index 5478fe4..f9f18f5 100644 --- a/test/t/014_hnsw_inserts.pl +++ b/test/t/014_hnsw_inserts.pl @@ -29,7 +29,7 @@ $node->pgbench( [qr{^$}], "concurrent INSERTs", { - "007_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;" + "014_hnsw_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;" } );