Skip to content

Commit

Permalink
Update LocalPlaylistManagerTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex authored Jul 24, 2021
1 parent e81b86e commit 0e6e1c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class LocalPlaylistManagerTest {
@Before
fun setup() {
database = Room.inMemoryDatabaseBuilder(
ApplicationProvider.getApplicationContext(),
AppDatabase::class.java
ApplicationProvider.getApplicationContext(),
AppDatabase::class.java
)
.allowMainThreadQueries()
.build()
Expand Down

0 comments on commit 0e6e1c6

Please sign in to comment.