Skip to content

Commit

Permalink
fix supabase test
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Apr 2, 2024
1 parent 0d3c00e commit 21f60cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/supabase/test/client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void main() {
});

test('call recoverSession', () async {
final expiresAt = DateTime.now().add(Duration(seconds: 11));
final expiresAt = DateTime.now().add(Duration(seconds: 31));

final mockServer = await HttpServer.bind('localhost', 0);
final supabase = SupabaseClient(
Expand Down

0 comments on commit 21f60cb

Please sign in to comment.