Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Sep 23, 2024
1 parent 995d288 commit 3114a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dart/test/sentry_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ void main() {
});

test('thrown error is handled', () async {
fixture.options.automatedTestMode = false;
final exception = Exception("before send exception");
final beforeSendFeedbackCallback = (SentryEvent event, Hint hint) {
throw exception;
Expand Down

0 comments on commit 3114a70

Please sign in to comment.