Skip to content

Commit

Permalink
fix(ContentViewTests): set contentVM
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Dec 17, 2024
1 parent a8fe145 commit 220baf1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class ContentViewTests : KoinTest {
val koinApplication = koinApplication {
modules(
repositoriesModule(MockRepositories.buildWithDefaults()),
MainApplication.koinViewModelModule,
module {
single<PhoenixSocket> {
MockPhoenixSocket({ onAttachCount += 1 }, { onDetatchCount += 1 })
Expand Down

0 comments on commit 220baf1

Please sign in to comment.