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"