Fix missing mentions field in test Msg construction 0.19.2
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 27 Mar 2021 20:56:30 +0000 (16:56 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 27 Mar 2021 20:56:30 +0000 (16:56 -0400)
info.rkt
tt.rkt

index ea0ad4d..2b1ab2d 100644 (file)
--- a/info.rkt
+++ b/info.rkt
@@ -6,7 +6,7 @@
 (define pkg-desc
   "twtxt client")
 (define version
-  "0.19.1")
+  "0.19.2")
 (define pkg-authors
   '("Siraaj Khandkar <siraaj@khandkar.net>"))
 (define deps
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.025507 seconds and 4 git commands to generate.