Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
  • Loading branch information
carolynvs committed Mar 29, 2023
1 parent 91c493a commit 5c0e42a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/templates/templates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func TestTemplates_GetSchema(t *testing.T) {
require.NoError(t, err)

wantTmpl, err := os.ReadFile("./templates/schema.json")
require.NoError(t, err)
require.Equal(t, string(wantTmpl), string(gotTmpl))
})

Expand All @@ -126,6 +127,7 @@ func TestTemplates_GetSchema(t *testing.T) {
require.NoError(t, err)

wantTmpl, err := os.ReadFile("./templates/v1.1.0.schema.json")
require.NoError(t, err)
require.Equal(t, string(wantTmpl), string(gotTmpl))
})
}

0 comments on commit 5c0e42a

Please sign in to comment.