Skip to content

Commit 8a4c3a5

Browse files
committed
Fix a typo
1 parent cff123e commit 8a4c3a5

File tree

1 file changed

+1
-1
lines changed
  • pkg/workflows/wasm/host/standard_tests/host_wasm_write_errors_are_respected

1 file changed

+1
-1
lines changed

pkg/workflows/wasm/host/standard_tests/host_wasm_write_errors_are_respected/main_wasip1.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ func main() {
1111
rId := rawsdk.DoRequestAsync("[email protected]", "PerformAction", sdk.Mode_MODE_DON, input)
1212

1313
rawsdk.Await(rId, &basicaction.Outputs{})
14-
rawsdk.SendResponse("should not get get here as Await sends error on errors...")
14+
rawsdk.SendResponse("should not get here as Await sends error on errors...")
1515
}

0 commit comments

Comments
 (0)