Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriym committed Jan 10, 2024
1 parent ae60001 commit 9423515
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ class ProductsDaoTest {
context,
HateItOrRateItDatabase::class.java,
).addTypeConverter(
DateTimeConverter(
dateTimeUtils
)
DateTimeConverter(dateTimeUtils)
).build()

dbWrapper = DatabaseWrapperImpl(
db,
UnconfinedTestDispatcher()
db = db,
ioDispatcher = UnconfinedTestDispatcher()
)

productsDao = dbWrapper.productsDao
Expand Down

0 comments on commit 9423515

Please sign in to comment.