From f2e2ab07a63981f11cd35740ea00c0ce796d9c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 7 May 2023 21:11:46 +0200 Subject: (test) Test: use parentheses for guard expressions --- sync.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.test') diff --git a/sync.test b/sync.test index 3830eb0..3cc7cba 100644 --- a/sync.test +++ b/sync.test @@ -22,7 +22,7 @@ test: send "attach-to 1" to p2 expect /attach-request 1 ([0-9]*)/ from p1 capture code1 expect /attach-response 1 ([0-9]*)/ from p2 capture code2 - guard code1 == code2 + guard (code1 == code2) send "attach-accept 1" to p1 send "attach-accept 1" to p2 -- cgit v1.2.3