Skip to content

Commit be6e1a4

Browse files
author
Anush Kamble
committed
style: fix formatting in github.test.ts
1 parent 3345653 commit be6e1a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/github.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,9 @@ describe('cacheKey', () => {
10871087
});
10881088

10891089
it('creates key with from and to date range', () => {
1090-
expect(cacheKey('contributions', 'octocat', '2024-01-01', '2024-06-30')).toBe('contributions:octocat:2024-01-01:2024-06-30');
1090+
expect(cacheKey('contributions', 'octocat', '2024-01-01', '2024-06-30')).toBe(
1091+
'contributions:octocat:2024-01-01:2024-06-30'
1092+
);
10911093
});
10921094

10931095
it('collision test: different to dates produce different keys', () => {

0 commit comments

Comments
 (0)