diff --git a/testSrc/unit/io/flutter/run/daemon/DaemonEventTest.java b/testSrc/unit/io/flutter/run/daemon/DaemonEventTest.java index 6766523d2e..096811a3d7 100644 --- a/testSrc/unit/io/flutter/run/daemon/DaemonEventTest.java +++ b/testSrc/unit/io/flutter/run/daemon/DaemonEventTest.java @@ -123,7 +123,7 @@ public void canReceiveShowMessage() { @Test public void canReceiveAppStarting() { send("app.start", curly("appId:42", "deviceId:456", "directory:somedir", "launchMode:run")); - checkLog("AppStarting: 42, 456, somedir", "run"); + checkLog("AppStarting: 42, 456, somedir, run"); } @Test