Skip to content

Commit

Permalink
remove /
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 1, 2024
1 parent 443c53f commit 4b9e72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dart/test/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ Future testCaptureException(
expect(
topFrame['filename'],
anyOf([
'/sentry_browser_test.dart.browser_test.dart.js',
'/sentry_browser_test.dart.browser_test.dart.wasm'
'sentry_browser_test.dart.browser_test.dart.js',
'sentry_browser_test.dart.browser_test.dart.wasm'
]));
expect(topFrame['function'], 'Object.wrapException');

Expand Down

0 comments on commit 4b9e72d

Please sign in to comment.