Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jul 26, 2024
1 parent c19bfb6 commit 71c4af9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flutter/test/sentry_flutter_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,10 @@ void main() {
actualOptions = options;
},
appRunner: appRunner,
platformChecker: getPlatformChecker(
platform: MockPlatform.android(),
isWeb: true,
),
);

expect(actualOptions!.exceptionTypeIdentifiers.length, 2);
Expand Down

0 comments on commit 71c4af9

Please sign in to comment.