Skip to content

Commit 3c0beee

Browse files
committed
removed unused stack
1 parent d12c51c commit 3c0beee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tracked_dio_interceptor_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void main() {
129129
String? trackerId;
130130
try {
131131
await dio.request(urlString);
132-
} catch (e, stack) {
132+
} catch (e) {
133133
// Get trackerId from the logged method calls
134134
final trackerCall = log.firstWhere(
135135
(call) => call.method == 'getRequestTrackerWithUrl',

0 commit comments

Comments
 (0)