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