Fix missing mentions field in test Msg construction
[tt.git] / tt.rkt
diff --git a/tt.rkt b/tt.rkt
index 5718783..afc94f6 100644 (file)
--- a/tt.rkt
+++ b/tt.rkt
          [nick     "foo"]
          [uri      "bar"]
          [actual   (str->msg nick uri (string-append ts tab text))]
-         [expected (Msg 1605756129 ts nick uri text)])
+         [expected (Msg 1605756129 ts nick uri text '())])
     (check-equal?
       (Msg-ts-epoch actual)
       (Msg-ts-epoch expected)
This page took 0.028887 seconds and 4 git commands to generate.