Skip to content

Commit

Permalink
Remove deletion parts from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UriahShaulMandel committed Sep 3, 2021
1 parent f90988c commit 5f5b808
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ public void test() {

}

@Override
protected void cleanupAfterTest() {
super.cleanupAfterTest();
TestUtils.deleteAllContactsInEmulator(getInstrumentation().getTargetContext().getApplicationContext());
}

@Override
protected Class<ContactsActivity> activity() {
return ContactsActivity.class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public void test() {
@Override
protected void cleanupAfterTest() {
super.cleanupAfterTest();
TestUtils.deleteAllContactsInEmulator(getInstrumentation().getTargetContext().getApplicationContext());
}

@Override
Expand Down

This file was deleted.

0 comments on commit 5f5b808

Please sign in to comment.