Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Jul 12, 2023
1 parent 92421cc commit 839f32d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ internal class ConnectUserTest {
pluginFactories = emptyList(),
repositoryFactoryProvider = NoOpRepositoryFactory.Provider,
mutableClientState = mutableClientState,
currentUserFetcher = mock()
audioPlayer = mock()
currentUserFetcher = mock(),
audioPlayer = mock(),
)
}

Expand Down

0 comments on commit 839f32d

Please sign in to comment.