aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/stdlib_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/stdlib_test.go')
-rw-r--r--internal/postgres/stdlib_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/postgres/stdlib_test.go b/internal/postgres/stdlib_test.go
index 32f41eca..ce5f2198 100644
--- a/internal/postgres/stdlib_test.go
+++ b/internal/postgres/stdlib_test.go
@@ -46,7 +46,7 @@ func TestGetStdlibPaths(t *testing.T) {
for _, p := range m.Packages() {
p.Imports = nil
}
- MustInsertModuleLatest(ctx, t, testDB, m)
+ MustInsertModule(ctx, t, testDB, m)
}
got, err := testDB.GetStdlibPathsWithSuffix(ctx, "json")