refactor: renamed test variable

pull/76/head
alestiago 4 years ago
parent c2df7f60fe
commit 15039f612d

@ -108,8 +108,8 @@ void main() {
await game.ready(); await game.ready();
await game.ensureAdd(board); await game.ensureAdd(board);
final roundBumpers = board.descendants().whereType<ChromeDino>(); final chromeDino = board.descendants().whereType<ChromeDino>();
expect(roundBumpers.length, equals(1)); expect(chromeDino.length, equals(1));
}, },
); );
}); });

Loading…
Cancel
Save