Unverified Commit 3053b6ce authored by Tirth's avatar Tirth Committed by GitHub

Fixed Small Typo in Emulators Test Name (#143578)

Fixed Small Typo in Emulators Test Name. I filed #140656 and it was fixed in #142853. I noticed this one there and decided to send a fix.
parent dfb5888e
...@@ -87,7 +87,7 @@ void main() { ...@@ -87,7 +87,7 @@ void main() {
returnsNormally); returnsNormally);
}); });
testUsingContext('printEmulators prints the the emualtors information with header', () { testUsingContext('printEmulators prints the emualtors information with header', () {
Emulator.printEmulators(emulators, testLogger); Emulator.printEmulators(emulators, testLogger);
expect(testLogger.statusText, ''' expect(testLogger.statusText, '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment