Skip to content

Commit

Permalink
Dont force Firestore in storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbartl committed Jan 21, 2020
1 parent 9ab1a2e commit 5bdd02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/storage/storage_test.ts
Expand Up @@ -4,7 +4,7 @@ import {FirestoreStorage, MemoryStorage} from "../../lib";

describe('Storage', function () {

const tc = new TestCase(null, true);
const tc = new TestCase();
const storage = tc.getStorage();

it('should save a document and override a sub-array', async () => {
Expand Down

0 comments on commit 5bdd02a

Please sign in to comment.