Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Sep 26, 2024
1 parent 1f40544 commit e7e415c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7e415c

Please sign in to comment.