Skip to content

Commit 3afecb9

Browse files
fix: format route.test.ts
1 parent b1a430d commit 3afecb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/api/streak/route.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ describe('GET /api/streak', () => {
277277
expect(fetchGitHubContributions).not.toHaveBeenCalled();
278278
});
279279

280-
it('returns 400 when grace is below the minimum value', async () => {
280+
it('returns 400 when grace is below the minimum value', async () => {
281281
const response = await GET(
282282
makeRequest({
283283
user: 'octocat',

0 commit comments

Comments
 (0)