Skip to content

Commit

Permalink
More react-native test fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 10, 2024
1 parent 04bc6ca commit 8144037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('EventSource', () => {
const delay1 = eventSource._getNextRetryDelay();

// @ts-ignore
expect(eventSource.retryCount).toEqual(2);
expect(eventSource._retryCount).toEqual(2);
expect(delay0).toEqual(556);
expect(delay1).toEqual(1001);
});
Expand Down

0 comments on commit 8144037

Please sign in to comment.