From fdfd25ae877f243a62646b85b0363c9fea53a8c2 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 5 Feb 2024 14:53:42 +0100 Subject: [PATCH] DurableStateUpdateWithChangeEventStoreSpec --- .../r2dbc/state/DurableStateUpdateWithChangeEventStoreSpec.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/scala/akka/persistence/r2dbc/state/DurableStateUpdateWithChangeEventStoreSpec.scala b/core/src/test/scala/akka/persistence/r2dbc/state/DurableStateUpdateWithChangeEventStoreSpec.scala index 40e1d2a5..5f39a5e4 100644 --- a/core/src/test/scala/akka/persistence/r2dbc/state/DurableStateUpdateWithChangeEventStoreSpec.scala +++ b/core/src/test/scala/akka/persistence/r2dbc/state/DurableStateUpdateWithChangeEventStoreSpec.scala @@ -45,7 +45,6 @@ class DurableStateUpdateWithChangeEventStoreSpec private val tag = "TAG" "The R2DBC durable state store" should { - pendingIfMoreThanOneDataPartition() // FIXME "save additional change event" in { val entityType = nextEntityType()