more words and starting to change code

pull/399/head
Tom Arra 3 years ago
parent 4f6f41d761
commit 8864790606

@ -3,6 +3,7 @@
"enabled": true, "enabled": true,
"language": "en", "language": "en",
"words": [ "words": [
"animatronic",
"backbox", "backbox",
"cupertino", "cupertino",
"deserialization", "deserialization",

@ -95,9 +95,9 @@ void main() {
), ),
); );
final basebottomGroups = final baseBottomGroups =
bottomGroup.descendants().whereType<Baseboard>(); bottomGroup.descendants().whereType<Baseboard>();
expect(basebottomGroups.length, equals(2)); expect(baseBottomGroups.length, equals(2));
}, },
); );

Loading…
Cancel
Save