re enable Redis

This commit is contained in:
2025-04-12 22:57:47 +02:00
parent 19c39678cf
commit d394fca3f9
5 changed files with 17 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ class RedisTest :
FunSpec({
tags(Tag.Redis)
xtest("test connection with jedis") {
test("test connection with jedis") {
JedisPooled(redisUrl).also {
it.set("test", "test")
it.get("test") shouldBeEqual "test"