Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Dec 22, 2023
1 parent 6f61558 commit ff66928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/globe_cli/test/login_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void main() {

verify(
openUrlMock(
'https://globe.dev/login/cli?callback=http://localhost:4242/callback',
'https://globe.dev/login/cli?callback=http://localhost:4242/callback?strategy=redirect',
),
).called(1);
verifyNoMoreInteractions(openUrlMock);
Expand Down Expand Up @@ -120,7 +120,7 @@ void main() {

verify(
openUrlMock(
'https://globe.dev/login/cli?callback=http://localhost:4242/callback',
'https://globe.dev/login/cli?callback=http://localhost:4242/callback?strategy=redirect',
),
).called(1);
verifyNoMoreInteractions(openUrlMock);
Expand Down

0 comments on commit ff66928

Please sign in to comment.