diff --git a/flutter/test/sentry_flutter_test.dart b/flutter/test/sentry_flutter_test.dart index d48a428b6..233f4539b 100644 --- a/flutter/test/sentry_flutter_test.dart +++ b/flutter/test/sentry_flutter_test.dart @@ -59,6 +59,7 @@ void main() { setUp(() async { native = NativeChannelFixture(); + SentryFlutter.native = null; }); group('Test platform integrations', () {