diff --git a/docs/testing.md b/docs/testing.md index 39f642fe9..8e9dc7195 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -37,7 +37,7 @@ public void myTest() { plugin.onConnect(connection); final FlipperObject params = new FlipperObject.Builder() - .put("phrase", "sonar") + .put("phrase", "flipper") .build(); connection.receivers.get("myMethod").onReceive(params, responder);