square / Cleanse

Lightweight Swift Dependency Injection Framework
Other
1.78k stars 90 forks source link

Example project tests fail to compile #125

Closed DJBen closed 4 years ago

DJBen commented 4 years ago

https://github.com/square/Cleanse/blob/99081590f669d0619d1219a035659a68b717e678/Examples/CleanseGithubBrowser/CleanseGithubBrowserTests/CleanseGithubBrowserTests.swift#L20

Error message: Cannot convert value of type 'MembersPageSettings' to expected argument type 'Factory<AssistedInjectionTags.MembersPageSettingsSeed>'

It looks the place MembersPageSettings meant to have is a partially injected factory, and I am unsure how to fix it.

sebastianv1 commented 4 years ago

Should be resolved with #127