Skip to content

Commit

Permalink
Fixed lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Harish P <harish_p4@dell.com>
  • Loading branch information
harishp8889 committed Jun 11, 2024
1 parent 0fd7752 commit bd5fdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/acc_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ func TestSyncDeployment(t *testing.T) {
}, apiv1.CreateOptions{})
assert.NoError(t, err)
assert.NotNil(t, create)
// Simulate an error in Apply
//simulate an error in Apply

Check failure on line 758 in controllers/acc_controller_test.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gofumpt`-ed (gofumpt)
k8sClient.PrependReactor("patch", "deployments", func(_ clienttesting.Action) (bool, runtime.Object, error) {
return true, nil, fmt.Errorf("fake error")
})
Expand Down

0 comments on commit bd5fdb7

Please sign in to comment.