Skip to content

Commit af40774

Browse files
author
Bryan Moffatt
committed
fix type in TestLexResponseMalformedJson
1 parent fd17c4d commit af40774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/lex_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ func TestLexMarshalingMalformedJson(t *testing.T) {
4545
}
4646

4747
func TestLexResponseMalformedJson(t *testing.T) {
48-
test.TestMalformedJson(t, APIGatewayProxyRequest{})
48+
test.TestMalformedJson(t, LexResponse{})
4949
}

0 commit comments

Comments
 (0)