We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a430d commit 3afecb9Copy full SHA for 3afecb9
1 file changed
app/api/streak/route.test.ts
@@ -277,7 +277,7 @@ describe('GET /api/streak', () => {
277
expect(fetchGitHubContributions).not.toHaveBeenCalled();
278
});
279
280
- it('returns 400 when grace is below the minimum value', async () => {
+ it('returns 400 when grace is below the minimum value', async () => {
281
const response = await GET(
282
makeRequest({
283
user: 'octocat',
0 commit comments