We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becc7f3 commit 24173b7Copy full SHA for 24173b7
misk-redis/src/testFixtures/kotlin/misk/redis/testing/RedisTestFlushModule.kt
@@ -15,6 +15,6 @@ class RedisTestFlushModule : KAbstractModule() {
15
ServiceModule<RedisFlushService>()
16
.dependsOn<ReadyService>()
17
)
18
- bind<TestFixture>().to<RedisFlushService>()
+ multibind<TestFixture>().to<RedisFlushService>()
19
}
20
0 commit comments