Skip to content

Commit

Permalink
test: reinsert modular check
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Nov 22, 2024
1 parent 151a8ef commit dd99920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crashlytics/__tests__/crashlytics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('Crashlytics', function () {
it('checkForUnsentReports', function () {
const crashlytics = getCrashlytics();
checkV9Deprecation(
() => {},
() => checkForUnsentReports(crashlytics),
() => crashlytics.checkForUnsentReports(),
'checkForUnsentReports',
);
Expand Down

0 comments on commit dd99920

Please sign in to comment.