Browse Source

Removed defaultCore from GoogleDrive test.

Harry Hedger 9 years ago
parent
commit
0a642a2a24
1 changed files with 0 additions and 11 deletions
  1. 0 11
      test/unit/GoogleDrive.spec.js

+ 0 - 11
test/unit/GoogleDrive.spec.js

@@ -4,17 +4,6 @@ import Core from '../../src/core/Core'
 import Utils from '../../src/core/Utils'
 import Google from '../../src/plugins/GoogleDrive'
 
-var defaultCore = {
-  state: {
-    googleDrive: {
-      authenticated: false,
-      files: [],
-      folders: [],
-      directory: 'root'
-    }
-  }
-}
-
 test('checkAuthentication success', function (t) {
   nock('http://localhost:3020')
     .get('/google/authorize')