Skip to content

Commit 50f4350

Browse files
authored
chore(lint): Fix lint issue (#5989)
* chore(lint): Fix lint issue * Just remove the assignment
1 parent 40fb54e commit 50f4350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/tracing/reactnavigation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ describe('ReactNavigationInstrumentation', () => {
10831083
routeChangeTimeoutMs: 200,
10841084
useDispatchedActionData: true,
10851085
});
1086-
const freshMockNavigation = createMockNavigationAndAttachTo(rNavigation);
1086+
createMockNavigationAndAttachTo(rNavigation);
10871087

10881088
const rnTracing = reactNativeTracingIntegration();
10891089
const options = getDefaultTestClientOptions({

0 commit comments

Comments
 (0)