Skip to content

Commit 71c4af9

Browse files
committed
try fix
1 parent c19bfb6 commit 71c4af9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flutter/test/sentry_flutter_test.dart

+4
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,10 @@ void main() {
677677
actualOptions = options;
678678
},
679679
appRunner: appRunner,
680+
platformChecker: getPlatformChecker(
681+
platform: MockPlatform.android(),
682+
isWeb: true,
683+
),
680684
);
681685

682686
expect(actualOptions!.exceptionTypeIdentifiers.length, 2);

0 commit comments

Comments
 (0)