This commit is contained in:
Shreyas Goenka 2025-01-06 18:42:34 +05:30
parent 8202aafc78
commit 4743095adc
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func TestTemplateResolverForCustomPath(t *testing.T) {
tmpl, err := r.Resolve(context.Background()) tmpl, err := r.Resolve(context.Background())
require.NoError(t, err) require.NoError(t, err)
assert.Equal(t, Custom, tmpl.name,) assert.Equal(t, Custom, tmpl.name)
// Assert reader configuration // Assert reader configuration
assert.Equal(t, "/custom/path", tmpl.Reader.(*localReader).path) assert.Equal(t, "/custom/path", tmpl.Reader.(*localReader).path)