aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/insert_module_test.go
diff options
context:
space:
mode:
authorJulie Qiu <julie@golang.org>2020-10-25 23:10:48 -0400
committerJulie Qiu <julie@golang.org>2020-10-26 13:06:08 +0000
commit1b0871ea39bf3b9c4ddca6ef1868308be3e6d8d3 (patch)
tree8e4d57a00cb4b4a7dbee29dbd4c498391dcd0145 /internal/postgres/insert_module_test.go
parentb218e2462cb2e0bfd7ea31593ca4eede9b8e92a6 (diff)
downloadgo-x-pkgsite-1b0871ea39bf3b9c4ddca6ef1868308be3e6d8d3.tar.xz
internal/postgres: fix LegacyModuleInfo reference in comment
For golang/go#39629 Change-Id: Ib9ebfd19e18ab8ade23f1aad58993dff3a334ada Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/265008 Trust: Julie Qiu <julie@golang.org> Run-TryBot: Julie Qiu <julie@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'internal/postgres/insert_module_test.go')
-rw-r--r--internal/postgres/insert_module_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/postgres/insert_module_test.go b/internal/postgres/insert_module_test.go
index 4f1ece7a..955011a3 100644
--- a/internal/postgres/insert_module_test.go
+++ b/internal/postgres/insert_module_test.go
@@ -267,7 +267,7 @@ func TestInsertModuleErrors(t *testing.T) {
func TestPostgres_ReadAndWriteModuleOtherColumns(t *testing.T) {
// Verify that InsertModule correctly populates the columns in the versions
- // table that are not in the LegacyModuleInfo struct.
+ // table that are not in the ModuleInfo struct.
defer ResetTestDB(testDB, t)
ctx := context.Background()