Skip to content

Commit bb59b5d

Browse files
committed
test
1 parent efe8e5d commit bb59b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/supabase_flutter/test/supabase_flutter_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void main() {
145145
// Wait for the initial app link to be handled, as this is an async
146146
// process when mocking the event channel.
147147
if (mockEventChannel) {
148-
await AppLinks().uriLinkStream.first;
148+
await AppLinks().getLatestLink();
149149
}
150150
expect(pkceHttpClient.requestCount, 1);
151151
expect(pkceHttpClient.lastRequestBody['auth_code'], 'my-code-verifier');

0 commit comments

Comments
 (0)