diff options
Diffstat (limited to 'internal/postgres/stdlib_test.go')
| -rw-r--r-- | internal/postgres/stdlib_test.go | 2 |
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") |
