Commit d7d73a30 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

fix analyzer warning (#8484)

parent a9e9e3fd
...@@ -92,7 +92,7 @@ void main() { ...@@ -92,7 +92,7 @@ void main() {
await devFSOperations.devicePathToContent['.packages'].contentsAsBytes() await devFSOperations.devicePathToContent['.packages'].contentsAsBytes()
)).toList(); )).toList();
expect(packageSpecOnDevice, expect(packageSpecOnDevice,
unorderedEquals(['my_project:lib', 'somepkg:packages/somepkg']) unorderedEquals(<String>['my_project:lib', 'somepkg:packages/somepkg'])
); );
expect(bytes, 46); expect(bytes, 46);
......
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