diff --git a/packages/local-sync/spec/sync/fetch-folder-list-spec.js b/packages/local-sync/spec/local-sync-worker/fetch-folder-list-spec.js similarity index 97% rename from packages/local-sync/spec/sync/fetch-folder-list-spec.js rename to packages/local-sync/spec/local-sync-worker/fetch-folder-list-spec.js index d13d1638e..ae621f28b 100644 --- a/packages/local-sync/spec/sync/fetch-folder-list-spec.js +++ b/packages/local-sync/spec/local-sync-worker/fetch-folder-list-spec.js @@ -1,6 +1,6 @@ const {PromiseUtils} = require('nylas-core'); const mockDatabase = require('./mock-database'); -const FetchFolderList = require('../../nylas-sync/imap/fetch-folder-list') +const FetchFolderList = require('../../src/local-sync-worker/imap/fetch-folder-list') const testCategoryRoles = (db, mailboxes) => { const mockLogger = { diff --git a/packages/local-sync/spec/sync/mock-database.js b/packages/local-sync/spec/local-sync-worker/mock-database.js similarity index 100% rename from packages/local-sync/spec/sync/mock-database.js rename to packages/local-sync/spec/local-sync-worker/mock-database.js