From 8864790606d33800dc5a77660b96391552c24049 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Sat, 7 May 2022 16:48:41 -0500 Subject: [PATCH] more words and starting to change code --- .vscode/cspell.json | 1 + test/game/components/bottom_group_test.dart | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 5b16a22a..0fa82cec 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -3,6 +3,7 @@ "enabled": true, "language": "en", "words": [ + "animatronic", "backbox", "cupertino", "deserialization", diff --git a/test/game/components/bottom_group_test.dart b/test/game/components/bottom_group_test.dart index fab8dfaf..832d96d6 100644 --- a/test/game/components/bottom_group_test.dart +++ b/test/game/components/bottom_group_test.dart @@ -95,9 +95,9 @@ void main() { ), ); - final basebottomGroups = + final baseBottomGroups = bottomGroup.descendants().whereType(); - expect(basebottomGroups.length, equals(2)); + expect(baseBottomGroups.length, equals(2)); }, );