Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit cb2a635

Browse files
committed
Bump count of resources, now we've added a new one
1 parent 5ff5b80 commit cb2a635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
//
1616
func TestResourceCount(t *testing.T) {
1717
out := getResources()
18-
if len(out) != 7 {
18+
if len(out) != 8 {
1919
t.Errorf("We expected seven resources but found %d.", len(out))
2020
}
2121
}

0 commit comments

Comments
 (0)