Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jul 24, 2024
1 parent 10ede79 commit ab615e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dart/test/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,15 @@ Future testCaptureException(
}
expect(
topFrame.keys,
<String>['filename', 'function', 'lineno', 'colno', 'abs_path', 'in_app'],
<String>[
'filename',
'function',
'lineno',
'colno',
'abs_path',
'in_app',
'platform'
],
);

if (isWeb) {
Expand Down

0 comments on commit ab615e6

Please sign in to comment.