diff options
Diffstat (limited to 'test/sync.test')
-rw-r--r-- | test/sync.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sync.test b/test/sync.test index eb0c446..06d1a92 100644 --- a/test/sync.test +++ b/test/sync.test @@ -20,9 +20,9 @@ test: /peer 1 id Device1 Owner/ send "attach-to 1" to p2 - expect /attach-request 1 .*/ from p1 - expect /attach-response 1 .*/ from p2 - # TODO: check code match + expect /attach-request 1 ([0-9]*)/ from p1 capture code1 + expect /attach-response 1 ([0-9]*)/ from p2 capture code2 + guard code1 == code2 send "attach-accept 1" to p1 send "attach-accept 1" to p2 |