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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/postgres/version_map_test.go b/internal/postgres/version_map_test.go
index 68f1381b..20cc9911 100644
--- a/internal/postgres/version_map_test.go
+++ b/internal/postgres/version_map_test.go
@@ -34,7 +34,7 @@ func TestReadAndWriteVersionMap(t *testing.T) {
ResolvedVersion: "v1.0.0",
Status: 200,
}
- if err = testDB.UpsertVersionMap(ctx, vm); err != nil {
+ if err := testDB.UpsertVersionMap(ctx, vm); err != nil {
t.Fatal(err)
}