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 19daf6f commit 94f8b2fCopy full SHA for 94f8b2f
packages/flutter_migrate/test/base/terminal_test.dart
@@ -19,7 +19,7 @@ void main() {
19
);
20
bufferLogger.printStatus('0123456789' * 8);
21
22
- expect(bufferLogger.statusText, equals(('${'0123456789' * 4}\n') * 2));
+ expect(bufferLogger.statusText, equals('${'0123456789' * 4}\n' * 2));
23
});
24
25
testWithoutContext('can turn off wrapping', () async {
0 commit comments