Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 097f8fc

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: sample-apps/blank-go/function/main_test.go
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.