Fix broken testcase!

This commit is contained in:
J Guthrie
2019-04-08 16:48:27 +01:00
parent ac29803b6f
commit bd44cec2e8

View File

@@ -200,7 +200,7 @@ describe('iD.actionDisconnect', function () {
iD.osmNode({id: 'c'}),
iD.osmNode({id: 'd'}),
iD.osmWay({id: '-', nodes: ['a', 'b']}),
iD.osmWay({id: '=', nodes: ['e', 'c', 'd', 'e']})
iD.osmWay({id: '=', nodes: ['b', 'c', 'd', 'b']})
]);
graph = iD.actionDisconnect('b', 'e').limitWays(['='])(graph);