Skip to content

Commit

Permalink
Fix assets test
Browse files Browse the repository at this point in the history
  • Loading branch information
aneelac22 committed Aug 13, 2024
1 parent 2b6c5d1 commit 5727a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/assets/assets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ func TestContent(t *testing.T) {

// then
require.NoError(t, err)
require.Len(t, entries, 9)
names := make([]string, 9)
require.Len(t, entries, 11)
names := make([]string, 11)
for i, e := range entries {
names[i] = e.Name()
}
Expand Down

0 comments on commit 5727a5a

Please sign in to comment.