Skip to content

Commit ab615e6

Browse files
committed
Fix test
1 parent 10ede79 commit ab615e6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dart/test/test_utils.dart

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,15 @@ Future testCaptureException(
124124
}
125125
expect(
126126
topFrame.keys,
127-
<String>['filename', 'function', 'lineno', 'colno', 'abs_path', 'in_app'],
127+
<String>[
128+
'filename',
129+
'function',
130+
'lineno',
131+
'colno',
132+
'abs_path',
133+
'in_app',
134+
'platform'
135+
],
128136
);
129137

130138
if (isWeb) {

0 commit comments

Comments
 (0)