Skip to content

Commit

Permalink
staticcheck skip
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 16, 2024
1 parent e15a9b5 commit ea2a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cosmovisor/cmd/cosmovisor/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestVersionCommand_Error(t *testing.T) {
rootCmd.SetOut(out)
rootCmd.SetErr(out)

ctx := context.WithValue(context.Background(), log.ContextKey, logger) //nolint:staticcheck issue in dependency
ctx := context.WithValue(context.Background(), log.ContextKey, logger) //nolint:staticcheck // temporary issue in dependency

require.Error(t, rootCmd.ExecuteContext(ctx))
require.Contains(t, out.String(), "DAEMON_NAME is not set")
Expand Down

0 comments on commit ea2a542

Please sign in to comment.