diff options
Diffstat (limited to 'internal/postgres/insert_module_test.go')
| -rw-r--r-- | internal/postgres/insert_module_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/postgres/insert_module_test.go b/internal/postgres/insert_module_test.go index 5e9d8efc..f4ac477b 100644 --- a/internal/postgres/insert_module_test.go +++ b/internal/postgres/insert_module_test.go @@ -693,7 +693,7 @@ func TestReconcileSearch(t *testing.T) { t.Fatalf("got version %q, synopsis %q, want %q for both", gotVersion, gotSynopsis, wantVersion) } - gotImports, err := testDB.db.CollectStrings(ctx, ` + gotImports, err := database.Collect1[string](ctx, testDB.db, ` SELECT to_path FROM imports_unique WHERE from_path = $1 |
