Skip to content

Commit

Permalink
bfix: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Aman <[email protected]>
  • Loading branch information
aman-singh7 committed Jul 17, 2022
1 parent 5cb798d commit 42fb7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/presentation/login/login_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ void blocTests() {
..add(const PasswordInput(''))
..add(const UsernameInput('A')),
expect: () => const <LoginState>[
LoginState(),
LoginState(username: 'A'),
],
);
Expand Down

0 comments on commit 42fb7c3

Please sign in to comment.