From 1b0871ea39bf3b9c4ddca6ef1868308be3e6d8d3 Mon Sep 17 00:00:00 2001 From: Julie Qiu Date: Sun, 25 Oct 2020 23:10:48 -0400 Subject: 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 Run-TryBot: Julie Qiu TryBot-Result: kokoro Reviewed-by: Jonathan Amsterdam --- internal/postgres/insert_module_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/postgres/insert_module_test.go') 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() -- cgit v1.3-5-g9baa