Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Nov 12, 2024
1 parent 760cf0c commit 3517338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/adm/restart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func TestOperator(t *testing.T) {
err := restartDeployment(ctx, fakeClient, "toolchain-host-operator", nil, testIOStreams,
func(ctx *clicontext.CommandContext, f cmdutil.Factory, ioStreams genericclioptions.IOStreams, labelSelector string) error {
require.Equal(t, testIOStreams, ioStreams)
require.Equal(t, nil, f)
require.Nil(t, f)
return nil
}, func(ctx *clicontext.CommandContext, deployment appsv1.Deployment, f cmdutil.Factory, ioStreams genericclioptions.IOStreams) error {
require.Equal(t, testIOStreams, ioStreams)
Expand Down

0 comments on commit 3517338

Please sign in to comment.