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
Next Next commit
add format
  • Loading branch information
buenaflor committed Dec 22, 2023
commit a8531c06b64958e81379c2c5436c445c4395cb63
3 changes: 2 additions & 1 deletion dart/test/sentry_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,8 @@ void main() {
expect(capturedEnvelope.header.dsn, fixture.options.dsn);
});

test('Spotlight enabled should set transport to SpotlightHttpTransport', () async {
test('Spotlight enabled should set transport to SpotlightHttpTransport',
() async {
fixture.options.spotlight = Spotlight(enabled: true);
fixture.getSut();

Expand Down