Skip to content

Commit dd99920

Browse files
test: reinsert modular check
1 parent 151a8ef commit dd99920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crashlytics/__tests__/crashlytics.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe('Crashlytics', function () {
105105
it('checkForUnsentReports', function () {
106106
const crashlytics = getCrashlytics();
107107
checkV9Deprecation(
108-
() => {},
108+
() => checkForUnsentReports(crashlytics),
109109
() => crashlytics.checkForUnsentReports(),
110110
'checkForUnsentReports',
111111
);

0 commit comments

Comments
 (0)