From: Siraaj Khandkar Date: Mon, 23 Nov 2020 12:17:40 +0000 (-0500) Subject: Refactor test msg string build X-Git-Tag: 0.4.1~1 X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=eb8717693d87251a3fdaeedfc588dc59f43ce23e;hp=c6e640657c2e1681c6bf1ea7744ea53ced62c2ab;p=tt.git Refactor test msg string build --- diff --git a/tt.rkt b/tt.rkt index f444926..f95de28 100644 --- a/tt.rkt +++ b/tt.rkt @@ -138,7 +138,7 @@ [text "Lorem ipsum"] [nick "foo"] [uri "bar"] - [actual (str->msg nick uri (string-join (list ts text) tab))] + [actual (str->msg nick uri (string-append ts tab text))] [expected (msg 1605756129 ts nick uri text)]) ; FIXME re-enable after handling tz offset ;(check-equal?