From 66a1c6e1a6d408d618378f9dd26e2a5148e0eb07 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:00:45 +0400 Subject: [PATCH] tests --- tests/ChatTests/Forward.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ChatTests/Forward.hs b/tests/ChatTests/Forward.hs index 1895edf37a..80cbc7e69d 100644 --- a/tests/ChatTests/Forward.hs +++ b/tests/ChatTests/Forward.hs @@ -22,17 +22,17 @@ testForwardContactContact = alice #> "@bob hi" bob <# "alice> hi" - msgId <- lastItemId alice + + alice #> "@bob hey" + bob <# "alice> hey" + alice ##> ("/_forward @2 @3 " <> msgId) alice <# "@cath -> from conversation: bob" alice <## " hi" cath <# "alice> -> forwarded" cath <## " hi" - alice #> "@bob hey" - bob <# "alice> hey" - bob `send` "> @alice -> @cath hey" bob <# "@cath -> from conversation: alice" bob <## " hey"