Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016de40 commit 097f8fcCopy full SHA for 097f8fc
sample-apps/blank-go/function/main_test.go
@@ -33,7 +33,7 @@ func TestMain(t *testing.T) {
33
}
34
t.Log(result)
35
if !strings.Contains(result, "FunctionCount") {
36
- t.Errorf("Output does not contain FunctionCode.")
+ t.Errorf("Output does not contain FunctionCount.")
37
38
39
func ReadJSONFromFile(t *testing.T, inputFile string) []byte {
0 commit comments