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)); }, );