Skip to content

Commit

Permalink
cleanup integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jan 9, 2025
1 parent a148380 commit 3e66ae6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions flutter/example/integration_test/web_sdk_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ extension _SentryOptionsExtension on SentryOptions {
external JSArray get defaultIntegrations;
}

class MockTransport implements Transport {
MockTransport(this.innerTransport);

Transport innerTransport;
SentryEnvelope? envelope;

@override
Future<SentryId?> send(SentryEnvelope envelope) {
this.envelope = envelope;

return innerTransport.send(envelope);
}
}

void main() {
group('Web SDK Integration', () {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
Expand Down

0 comments on commit 3e66ae6

Please sign in to comment.