diff --git a/calendar.test.js b/calendar.test.js index 46bb723..68bcfc5 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -5,7 +5,7 @@ import fs from 'fs'; import path from 'path'; import app from './server'; -const MERGED_CALENDARS_DIR = 'calendar'; +const MERGED_CALENDARS_DIR = 'testCalendars'; let server; describe('Calendar Merging API', () => {