Skip to content

Commit 1845eba

Browse files
committed
Fix analyze
1 parent cee56f3 commit 1845eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/test/sentry_flutter_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ void main() {
665665
test(
666666
'should add DartExceptionTypeIdentifier and FlutterExceptionTypeIdentifier by default',
667667
() async {
668-
SentryOptions? actualOptions = null;
668+
SentryOptions? actualOptions;
669669
await SentryFlutter.init(
670670
(options) {
671671
options.dsn = fakeDsn;

0 commit comments

Comments
 (0)