Skip to content

Commit

Permalink
refactor: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adar2378 committed Sep 22, 2023
1 parent 804a5e0 commit c08d86d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ void main() {
});

test(
'authenticateWithSocialProvider() throws LoginProviderNotFoundException if provider is not found',
'requestTokenFromSocialProvider() throws LoginProviderNotFoundException if provider is not found',
() async {
await expectLater(
cubit.authenticateWithSocialProvider<String>(const SocialLoginType(
cubit.requestTokenFromSocialProvider<String>(const SocialLoginType(
id: 'Google',
provider: ProviderEnum.googleOauth2,
)),
Expand Down

0 comments on commit c08d86d

Please sign in to comment.