From e7e415cd820eb1e5f5202d3ad1510915803ddce8 Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Thu, 26 Sep 2024 16:03:41 +0200 Subject: [PATCH] fixed tests Signed-off-by: munishchouhan --- .../persistence/impl/SurrealPersistenceServiceTest.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/groovy/io/seqera/wave/service/persistence/impl/SurrealPersistenceServiceTest.groovy b/src/test/groovy/io/seqera/wave/service/persistence/impl/SurrealPersistenceServiceTest.groovy index 50e204e67..1c8172508 100644 --- a/src/test/groovy/io/seqera/wave/service/persistence/impl/SurrealPersistenceServiceTest.groovy +++ b/src/test/groovy/io/seqera/wave/service/persistence/impl/SurrealPersistenceServiceTest.groovy @@ -263,6 +263,8 @@ class SurrealPersistenceServiceTest extends Specification implements SurrealDBTe when: def loaded = persistence.loadContainerRequest(TOKEN) + request.id = "wave_request:$TOKEN" //surrealdb will add table name in front of id + then: loaded == request