Skip to content

Commit 3eba4e6

Browse files
buenaflorCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e803278 commit 3eba4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/test/user_interaction/sentry_user_interaction_widget_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ void main() {
658658
expect(firstSpan, isA<IdleRecordingSentrySpanV2>());
659659

660660
// Simulate descendant activity by starting a child span
661-
fixture.hub.startSpanSync('child-work', (span) {});
661+
fixture.hub.startSpanSync('child-work', (_) {});
662662

663663
await Future<void>.delayed(Duration.zero);
664664
// Tap a different widget

0 commit comments

Comments
 (0)