Skip to content

Commit 3053b6c

Browse files
authored
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.
1 parent dfb5888 commit 3053b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/general.shard/emulator_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void main() {
8787
returnsNormally);
8888
});
8989

90-
testUsingContext('printEmulators prints the the emualtors information with header', () {
90+
testUsingContext('printEmulators prints the emualtors information with header', () {
9191
Emulator.printEmulators(emulators, testLogger);
9292

9393
expect(testLogger.statusText, '''

0 commit comments

Comments
 (0)