Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 17, 2025
1 parent f7557bf commit 34f02c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/bundle/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func initTestTemplateWithBundleRoot(t testutil.TestingT, ctx context.Context, te

tmpl, err := r.Resolve(ctx)
require.NoError(t, err)
defer tmpl.Reader.Close()
defer tmpl.Reader.Cleanup()

err = tmpl.Writer.Materialize(ctx, tmpl.Reader)
require.NoError(t, err)
Expand Down

0 comments on commit 34f02c8

Please sign in to comment.