Skip to content

Commit

Permalink
style: formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jun 9, 2023
1 parent 683dbe0 commit a5f071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/header/cache-control.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('test Cache-Control header', () => {
[Header.CacheControl]: 'max-age=0'
});

expect(result).toEqual({ cache: 0, stale:undefined });
expect(result).toEqual({ cache: 0, stale: undefined });
});

it('tests stale values with age', () => {
Expand Down

0 comments on commit a5f071d

Please sign in to comment.