Skip to content

Commit 097f8fc

Browse files
committed
#276 - Fix element name to FunctionCount in error message to avoid misleading notice.
1 parent 016de40 commit 097f8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/blank-go/function/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestMain(t *testing.T) {
3333
}
3434
t.Log(result)
3535
if !strings.Contains(result, "FunctionCount") {
36-
t.Errorf("Output does not contain FunctionCode.")
36+
t.Errorf("Output does not contain FunctionCount.")
3737
}
3838
}
3939
func ReadJSONFromFile(t *testing.T, inputFile string) []byte {

0 commit comments

Comments
 (0)