diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2023-05-07 21:11:46 +0200 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2023-05-07 21:11:46 +0200 | 
| commit | f2e2ab07a63981f11cd35740ea00c0ce796d9c80 (patch) | |
| tree | 383c35567f6ed56b0f9aba5c7dfd2e66a03d5031 /sync.test | |
| parent | f76b09a1dcf97e6d029aa0c8591158a6af9279d7 (diff) | |
(test) Test: use parentheses for guard expressions
Diffstat (limited to 'sync.test')
| -rw-r--r-- | sync.test | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 |