Skip to content

Commit

Permalink
test: improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 30, 2023
1 parent a09a0d7 commit c567f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/release_test.go
Expand Up @@ -58,7 +58,7 @@ func TestReleaseFlags(t *testing.T) {
setup := func(tb testing.TB, opts releaseOpts) *context.Context {
tb.Helper()
ctx := testctx.New()
setupReleaseContext(ctx, opts)
require.NoError(t, setupReleaseContext(ctx, opts))
return ctx
}

Expand Down

0 comments on commit c567f15

Please sign in to comment.