Unverified Commit 61719c4e authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

fix unawaited future (#21439)

parent 5907a726
......@@ -215,7 +215,7 @@ void main() {
expect(uri.port, 54777);
expect('$uri', 'http://[::1]:54777/PTwjm8Ii8qg=/');
discoverer.cancel();
await discoverer.cancel();
logReader.dispose();
});
});
......
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