Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Sep 19, 2023
1 parent db9f579 commit f89d96f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/supabase/test/mock_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,6 @@ void main() {
});

tearDown(() async {
listeners.clear();

await client.dispose();
await customHeadersClient.dispose();

Expand All @@ -364,6 +362,7 @@ void main() {

// Wait for the realtime updates to come through
await Future.delayed(Duration(milliseconds: 1000));
listeners.clear();

await webSocket?.close();

Expand Down

0 comments on commit f89d96f

Please sign in to comment.