Skip to content

Commit

Permalink
Remove duplicate BuildFlagsRule from DatabaseImplTest.
Browse files Browse the repository at this point in the history
We already have a parameterized one a few lines higher, we don't want this second one too.

PiperOrigin-RevId: 370372274
  • Loading branch information
csilvestrini authored and arcs-c3po committed Apr 26, 2021
1 parent 3b1c2f9 commit 968b113
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions javatests/arcs/android/storage/database/DatabaseImplTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ class DatabaseImplTest(private val parameters: ParameterizedBuildFlags) {
@get:Rule
val log = AndroidLogRule()

@get:Rule
val buildFlagsRule = BuildFlagsRule.create()

private lateinit var database: DatabaseImpl
private lateinit var db: SQLiteDatabase
private val fixtureEntities = FixtureEntities()
Expand Down

0 comments on commit 968b113

Please sign in to comment.