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 3f88466 commit 681192aCopy full SHA for 681192a
packages/flutter_tools/test/dart/pub_get_test.dart
@@ -32,12 +32,12 @@ void main() {
32
33
new FakeAsync().run((FakeAsync time) {
34
expect(processMock.lastPubEnvironmment, isNull);
35
+ expect(testLogger.statusText, '');
36
pubGet(context: PubContext.flutterTests, checkLastModified: false).then((Null value) {
37
error = 'test completed unexpectedly';
38
}, onError: (dynamic thrownError) {
39
error = 'test failed unexpectedly: $thrownError';
40
});
- expect(testLogger.statusText, '');
41
time.elapse(const Duration(milliseconds: 500));
42
expect(testLogger.statusText,
43
'Running "flutter packages get" in /...\n'
0 commit comments