aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/version_map_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/version_map_test.go')
-rw-r--r--internal/postgres/version_map_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/postgres/version_map_test.go b/internal/postgres/version_map_test.go
index 3cbea2f3..44e68527 100644
--- a/internal/postgres/version_map_test.go
+++ b/internal/postgres/version_map_test.go
@@ -9,8 +9,8 @@ import (
"testing"
"github.com/google/go-cmp/cmp"
- "golang.org/x/discovery/internal"
- "golang.org/x/discovery/internal/testing/sample"
+ "golang.org/x/pkgsite/internal"
+ "golang.org/x/pkgsite/internal/testing/sample"
)
func TestReadAndWriteVersionMap(t *testing.T) {