From eb8717693d87251a3fdaeedfc588dc59f43ce23e Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 23 Nov 2020 07:17:40 -0500 Subject: [PATCH] Refactor test msg string build --- tt.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.20.1