X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tt.rkt;h=f95de28f195ec1f6687f4ea316003460b10a790c;hb=eb8717693d87251a3fdaeedfc588dc59f43ce23e;hp=f4449267bf49e7362e22aef3a4c064259dda0b99;hpb=c6e640657c2e1681c6bf1ea7744ea53ced62c2ab;p=tt.git 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?