Skip to content

Commit

Permalink
formatkotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Nov 14, 2023
1 parent 071f47a commit 9a65ac6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ class BrowserTabViewModelTest {

val siteFactory = SiteFactoryImpl(
mockEntityLookup,
mockUserAllowListRepository,
mockContentBlocking,
mockUserAllowListRepository,
coroutineRule.testScope,
coroutineRule.testDispatcherProvider,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,13 @@ class TabDataRepositoryTest {
): TabDataRepository {
return TabDataRepository(
dao,
SiteFactoryImpl(entityLookup, contentBlocking, allowListRepository, coroutinesTestRule.testScope, coroutinesTestRule.testDispatcherProvider),
SiteFactoryImpl(
entityLookup,
contentBlocking,
allowListRepository,
coroutinesTestRule.testScope,
coroutinesTestRule.testDispatcherProvider,
),
webViewPreviewPersister,
faviconManager,
coroutinesTestRule.testScope,
Expand Down

0 comments on commit 9a65ac6

Please sign in to comment.