Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp authored and Salakar committed Jan 11, 2024
1 parent cc763c5 commit e2d3429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/globe_cli/test/#_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/#/cli?callback=http://localhost:4242/callback',
'https://globe.dev/#/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/#/cli?callback=http://localhost:4242/callback',
'https://globe.dev/#/cli?callback=http://localhost:4242/callback?strategy=redirect',
),
).called(1);
verifyNoMoreInteractions(openUrlMock);
Expand Down

0 comments on commit e2d3429

Please # to comment.