Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 6, 2025
1 parent 8202aaf commit 4743095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/template/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestTemplateResolverForCustomPath(t *testing.T) {
tmpl, err := r.Resolve(context.Background())
require.NoError(t, err)

assert.Equal(t, Custom, tmpl.name,)
assert.Equal(t, Custom, tmpl.name)

// Assert reader configuration
assert.Equal(t, "/custom/path", tmpl.Reader.(*localReader).path)
Expand Down

0 comments on commit 4743095

Please sign in to comment.