Skip to content

Commit

Permalink
feat(globe_cli): analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
kaziwaseef committed Jan 19, 2024
1 parent f4b9203 commit 7bff1ba
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 @@ -58,7 +58,7 @@ void main() {
),
);

final url =
const url =
'https://globe.dev/login/cli?callback=http://localhost:4242/callback?strategy=redirect';

await expectLater(
Expand Down Expand Up @@ -115,7 +115,7 @@ void main() {
),
);

final url =
const url =
'https://globe.dev/login/cli?callback=http://localhost:4242/callback?strategy=redirect';

await expectLater(
Expand Down

0 comments on commit 7bff1ba

Please sign in to comment.