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.
--packages
1 parent 38d2ebd commit a14b8adCopy full SHA for a14b8ad
test/integration/close_sinks.dart
@@ -26,13 +26,7 @@ void main() {
26
});
27
28
test('close sinks', () async {
29
- var packagesFilePath = File('.packages').absolute.path;
30
- await cli.run([
31
- '--packages',
32
- packagesFilePath,
33
- '$integrationTestDir/close_sinks',
34
- '--rules=close_sinks'
35
- ]);
+ await cli.run(['$integrationTestDir/close_sinks', '--rules=close_sinks']);
36
expect(
37
collectingOut.trim(),
38
stringContainsInOrder([
0 commit comments