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,
"language": "en",
"words": [
"animatronic",
"backbox",
"cupertino",
"deserialization",

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

Loading…
Cancel
Save