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 01783eb commit d8e96efCopy full SHA for d8e96ef
pkgs/platform/.github/workflows/platform.yml
@@ -1,4 +1,4 @@
1
-name: Process Package
+name: Platform Package
2
3
on:
4
push:
pkgs/platform/test/fake_platform_test.dart
@@ -138,8 +138,7 @@ void main() {
138
});
139
expect(fake.executable, '/bin/dart');
140
expect(fake.resolvedExecutable, '/bin/dart');
141
- expect(fake.script,
142
- Uri.file('/platform/test/fake_platform_test.dart'));
+ expect(fake.script, Uri.file('/platform/test/fake_platform_test.dart'));
143
expect(fake.executableArguments, <String>['--checked']);
144
expect(fake.packageRoot, null);
145
expect(fake.packageConfig, null);
0 commit comments