We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2938ac commit dae6458Copy full SHA for dae6458
tool/plugin/test/plugin_test.dart
@@ -178,10 +178,7 @@ void main() {
178
group('build', () {
179
test('plugin.xml', () async {
180
var runner = makeTestRunner();
181
- late TestMakeCommand cmd;
182
- await runner.run(["-d../..", "make"]).whenComplete(() {
183
- cmd = (runner.commands['make'] as TestMakeCommand);
184
- });
+ await runner.run(["-d../..", "make"]);
185
await removeAll('../../build/classes');
186
var file = File("../../build/classes/META-INF/plugin.xml");
187
expect(file.existsSync(), isTrue);
0 commit comments