Skip to content

Commit 5447be9

Browse files
committed
Lint issue
1 parent 744993c commit 5447be9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/test/expo-plugin/modifyAppDelegate.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ describe('modifyAppDelegate', () => {
103103

104104
const result = await modifyAppDelegate(config);
105105

106-
expect(warnOnce).toHaveBeenCalledWith(`Can't add 'RNSentrySDK.start()' to the iOS AppDelegate, because the file was not found.`);
106+
expect(warnOnce).toHaveBeenCalledWith(
107+
`Can't add 'RNSentrySDK.start()' to the iOS AppDelegate, because the file was not found.`,
108+
);
107109
expect(result).toBe(config); // No modification
108110
});
109111

0 commit comments

Comments
 (0)