Skip to content

Commit 42fb7c3

Browse files
committed
bfix: fix test
Signed-off-by: Aman <aman2@me.iitr.ac.in>
1 parent 5cb798d commit 42fb7c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/presentation/login/login_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ void blocTests() {
5858
..add(const PasswordInput(''))
5959
..add(const UsernameInput('A')),
6060
expect: () => const <LoginState>[
61+
LoginState(),
6162
LoginState(username: 'A'),
6263
],
6364
);

0 commit comments

Comments
 (0)