Skip to content

Commit

Permalink
Don't clear local storage between each test
Browse files Browse the repository at this point in the history
This does not make any difference, except for messing up previously
working repository-related tests.
  • Loading branch information
amberin committed Mar 20, 2024
1 parent 4a60865 commit 4ed7e6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/androidTest/java/com/orgzly/android/OrgzlyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public void tearDown() throws Exception {
database.close();

dataRepository.clearDatabase();

localStorage.cleanup();
}

private void setupPreferences() {
Expand Down

0 comments on commit 4ed7e6e

Please sign in to comment.