gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 248/324: tests/mq-stream: Add missing parenthesis.


From: gnunet
Subject: [gnunet-scheme] 248/324: tests/mq-stream: Add missing parenthesis.
Date: Tue, 21 Sep 2021 13:24:48 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 1b7f52b79b0c0f2f4a622f51b681af974fafd881
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Sep 8 17:52:36 2021 +0200

    tests/mq-stream: Add missing parenthesis.
    
    * tests/mq-stream.scm
      ("messages + eof are injected in-order"): Add #\).
---
 tests/mq-stream.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mq-stream.scm b/tests/mq-stream.scm
index 360e41a..b9819d0 100644
--- a/tests/mq-stream.scm
+++ b/tests/mq-stream.scm
@@ -107,7 +107,7 @@
         (! mq (make-message-queue handlers error-handler no-sender))
         (<-- () (handle-input*! mq input)))
        ;; TODO: should the port be closed?
-       (assert (equal? received 'end-of-file)))
+       (assert (equal? received 'end-of-file))))
 
 (test-assert "overly small message is detected (--> stop)"
   (let^ ((! input/bv #vu8(0 4 0 0 ; Message type 0, size 4

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]