We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981e1dc commit 5149baaCopy full SHA for 5149baa
static_test.go
@@ -91,7 +91,7 @@ func TestMissingResource(t *testing.T) {
91
if err == nil {
92
t.Errorf("We expected an error loading a missing resource, but got none.")
93
}
94
- if !strings.Contains(err.Error(), "Failed to find resource") {
+ if !strings.Contains(err.Error(), "failed to find resource") {
95
t.Errorf("Error message differed from expectations.")
96
97
0 commit comments