Refactor test msg string build
[tt.git] / tt.rkt
diff --git a/tt.rkt b/tt.rkt
index f444926..f95de28 100644 (file)
--- a/tt.rkt
+++ b/tt.rkt
                 [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?
This page took 0.023503 seconds and 4 git commands to generate.