docs: fix test name typo

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/80/head
Alejandro Santiago 4 years ago committed by GitHub
parent b40de0ebff
commit 7895f05d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -207,7 +207,7 @@ void main() {
group('DashNestActivated', () {
blocTest<GameBloc, GameState>(
'adds the bonus when all nest are activated',
'adds the bonus when all nests are activated',
build: GameBloc.new,
act: (bloc) => bloc
..add(const DashNestActivated('0'))

Loading…
Cancel
Save