Skip to content

Commit

Permalink
[tests] Comment out deleting the database in the Android AsyncStorage…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
ide committed Oct 2, 2018
1 parent cff95f1 commit 5345d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public Object answer(InvocationOnMock invocation) throws Throwable {

@After
public void cleanUp() {
RuntimeEnvironment.application.deleteDatabase(ReactDatabaseSupplier.DATABASE_NAME);
// RuntimeEnvironment.application.deleteDatabase(ReactDatabaseSupplier.DATABASE_NAME);
ReactDatabaseSupplier.deleteInstance();
}

Expand Down

0 comments on commit 5345d7b

Please sign in to comment.