Unverified Commit 8c3d564d authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] fix test expectation in resident_runner.dart (#69121)

parent c12d9b9c
......@@ -2338,6 +2338,7 @@ void main() {
fakeVmServiceHost = FakeVmServiceHost(requests: <VmServiceExpectation>[
listViews,
listViews,
setAssetBundlePath,
]);
setWsAddress(testUri, fakeVmServiceHost.vmService);
globals.fs.file(globals.fs.path.join('lib', 'main.dart')).createSync(recursive: true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment