Skip to content

Commit

Permalink
remove metrics test
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Sep 26, 2024
1 parent 6633dbf commit d59414b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dart/test/sentry_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ void main() {

expect(Sentry.getSpan(), isNull);
});

test('should provide metrics API', () async {
// ignore: deprecated_member_use_from_same_package
expect(Sentry.metrics(), Sentry.currentHub.metricsApi);
});
});

group('Sentry is enabled or disabled', () {
Expand Down

0 comments on commit d59414b

Please sign in to comment.