Skip to content

Commit 24173b7

Browse files
mmollaverdisvc-squareup-copybara
authored andcommitted
Flush redis in between tests properly for injector
reuse GitOrigin-RevId: e7331e1881abef65a8c7ce4fdda02ade23749402
1 parent becc7f3 commit 24173b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misk-redis/src/testFixtures/kotlin/misk/redis/testing/RedisTestFlushModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class RedisTestFlushModule : KAbstractModule() {
1515
ServiceModule<RedisFlushService>()
1616
.dependsOn<ReadyService>()
1717
)
18-
bind<TestFixture>().to<RedisFlushService>()
18+
multibind<TestFixture>().to<RedisFlushService>()
1919
}
2020
}

0 commit comments

Comments
 (0)