diff -r 625038cb4b1d -r 59e4a7781a36 tests/test-check-interfaces.py --- a/tests/test-check-interfaces.py Tue Feb 06 10:57:56 2018 -0800 +++ b/tests/test-check-interfaces.py Tue Feb 06 11:31:25 2018 -0800 @@ -67,6 +67,8 @@ checkobject(localrepo.localpeer(dummyrepo())) checkobject(sshpeer.sshv1peer(ui, 'ssh://localhost/foo', None, None, None, None, None)) + checkobject(sshpeer.sshv2peer(ui, 'ssh://localhost/foo', None, None, None, + None, None)) checkobject(bundlerepo.bundlepeer(dummyrepo())) checkobject(statichttprepo.statichttppeer(dummyrepo())) checkobject(unionrepo.unionpeer(dummyrepo()))