From 61c929a9defe1e27f98ded0836e3a644a89635b3 Mon Sep 17 00:00:00 2001 From: Rui Miguel Alonso Date: Mon, 14 Mar 2022 18:57:56 +0100 Subject: [PATCH] Update test/game/components/pathway_test.dart Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com> --- test/game/components/pathway_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/game/components/pathway_test.dart b/test/game/components/pathway_test.dart index 5d7fbc44..b90a4940 100644 --- a/test/game/components/pathway_test.dart +++ b/test/game/components/pathway_test.dart @@ -154,7 +154,7 @@ void main() { ); flameTester.test( - 'has default filter categoryBits when no modified', + 'has default filter categoryBits when not modified', (game) async { final pathway = Pathway.straight( position: Vector2.zero(),