Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test name
  • Loading branch information
marandaneto committed Oct 23, 2020
commit 7ba8f857496cfeaf0e9c37b72b38d67e7bf20b87
2 changes: 1 addition & 1 deletion dart/test/sentry_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void main() {
verifyNever(options.transport.send(any));
});

test('captures event, sample rate is null, disabled', () {
test('before send returns an event and event is captured', () {
options.beforeSendCallback = beforeSendCallback;
final client = SentryClient(options);
client.captureEvent(fakeEvent);
Expand Down