From 2d5508898e90c01680cab60295b9c1e8164d65da 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: use parentheses for guard expressions --- test/attach.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/attach.test') diff --git a/test/attach.test b/test/attach.test index 1e2f5e8..33a1483 100644 --- a/test/attach.test +++ b/test/attach.test @@ -33,7 +33,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