Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 344a624

Browse files
author
Eduard Bolos
committed
Remove unnecessary call to super.tearDown()
1 parent 93f6626 commit 344a624

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/androidTest/java/novoda/lib/sqliteprovider/ContentProviderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ private void givenATableWithData() throws IOException {
6565

6666
@Override
6767
protected void tearDown() throws Exception {
68-
super.tearDown();
6968
ExtendedSQLiteOpenHelper helper = new ExtendedSQLiteOpenHelper(getContext());
7069
SQLiteDatabase db = helper.getWritableDatabase();
7170
db.execSQL("DROP TABLE IF EXISTS `" + TABLE_NAME + "`");

0 commit comments

Comments
 (0)