Skip to content

Commit

Permalink
rename new test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Aug 19, 2024
1 parent 9e4f20f commit 911a1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/OnyxUpdateManagerTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('OnyxUpdateManager', () => {
});
});

it('should only fetch missing updates that are not stale', () => {
it('should only fetch missing updates that are not outdated (older than already locally applied update)', () => {
OnyxUpdateManager.handleOnyxUpdateGap(offsetedMockUpdate3);
OnyxUpdateManager.handleOnyxUpdateGap(mockUpdate4);

Expand Down

0 comments on commit 911a1dc

Please sign in to comment.