diff options
Diffstat (limited to 'internal/postgres/insert_module_test.go')
| -rw-r--r-- | internal/postgres/insert_module_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/postgres/insert_module_test.go b/internal/postgres/insert_module_test.go index cd5612fb..16275a56 100644 --- a/internal/postgres/insert_module_test.go +++ b/internal/postgres/insert_module_test.go @@ -285,7 +285,7 @@ func TestPostgres_ReadAndWriteModuleOtherColumns(t *testing.T) { } } -func TestPostgres_DeleteModule(t *testing.T) { +func TestDeleteModule(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), testTimeout) defer cancel() defer ResetTestDB(testDB, t) @@ -309,7 +309,7 @@ func TestPostgres_DeleteModule(t *testing.T) { if err != sql.ErrNoRows { t.Errorf("imports_unique: got %v, want ErrNoRows", err) } - // TODO(b/154616892): check removal from version_map + // TODO(golang/go#39633): check removal from version_map } func TestPostgres_NewerAlternative(t *testing.T) { |
