Skip to content

Commit

Permalink
fix: test case fix for new listen arg map
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Mar 3, 2020
1 parent 866b801 commit 3a730bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/speech_to_text_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void main() {
break;
case SpeechToText.listenMethod:
listenInvoked = true;
listenLocale = methodCall.arguments;
listenLocale = methodCall.arguments["localeId"];
await speech.processMethodCall(MethodCall(
SpeechToText.notifyStatusMethod, listeningStatusResponse));
return initResult;
Expand Down

0 comments on commit 3a730bb

Please sign in to comment.