Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jan 19, 2023
1 parent 82f45e5 commit 1d5a344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/rootcmd/rootcmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestRootCmd(t *testing.T) {
var cfg manager.Config
rootCmd := GetRootCmd(&cfg)
require.Error(t, rootCmd.PersistentPreRunE(rootCmd, os.Args[:0]),
"binding env vars should fail becuase a non namespaced name of publish service was provided",
"binding env vars should fail because a non namespaced name of publish service was provided",
)
})
}

0 comments on commit 1d5a344

Please sign in to comment.