Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <[email protected]>
  • Loading branch information
pendo324 committed May 17, 2024
1 parent d1f41d3 commit c92178a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Test_applyDefaults(t *testing.T) {
},
mockSvc: func(
deps *mocks.LoadSystemDeps,
mem *mocks.Memory,
_ *mocks.Memory,
ecc *mocks.CommandCreator,
ctrl *gomock.Controller,
) {
Expand All @@ -92,7 +92,7 @@ func Test_applyDefaults(t *testing.T) {
CPUs: pointer.Int(6),
},
mockSvc: func(
deps *mocks.LoadSystemDeps,
_ *mocks.LoadSystemDeps,
mem *mocks.Memory,
ecc *mocks.CommandCreator,
ctrl *gomock.Controller,
Expand Down

0 comments on commit c92178a

Please sign in to comment.