Skip to content

Commit

Permalink
Modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Feb 1, 2024
1 parent ac61edb commit 81e5c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/api/volunteerLogs.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import handleCreateVolunteerLog from '@/pages/api/volunteerLogs/create';
import handleCreateVolunteerLog from '@/pages/api/volunteer-logs/create';

describe('/volunteerLogs/create', () => {
describe('/volunteer-logs/create', () => {
// TODO: MOCK SESSIONS
it('');
});

0 comments on commit 81e5c35

Please sign in to comment.