Skip to content

Commit

Permalink
Bump count of resources, now we've added a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Dec 7, 2018
1 parent 5ff5b80 commit cb2a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
//
func TestResourceCount(t *testing.T) {
out := getResources()
if len(out) != 7 {
if len(out) != 8 {
t.Errorf("We expected seven resources but found %d.", len(out))
}
}
Expand Down

0 comments on commit cb2a635

Please sign in to comment.