Skip to content

Commit

Permalink
fix new lints in Go 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Feb 14, 2025
1 parent 081f258 commit 610860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func NewSetup(t *testing.T, opts ...SetupOption) Setup {
}

var s Setup
s.Ctx = context.Background()
s.Ctx = t.Context()
s.DB = initDatabase(t, params.DBSetupOptions)
s.Cluster = initCluster(t, s.Ctx, params.ConfigYAML)
s.Clock = mock.NewClock()
Expand Down

0 comments on commit 610860b

Please sign in to comment.