Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Nys <[email protected]>
  • Loading branch information
2 people authored and Equartey committed Oct 30, 2023
1 parent b54cac5 commit 455fcf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void main() {
);

fetchAuthSessionStateMachine.stream.listen(
(_) => throw StateError('.signIn() should not fetch auth session.'),
(_) => fail('.signIn() should not fetch auth session.'),
);

expect(
Expand Down

0 comments on commit 455fcf1

Please sign in to comment.