mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-20 01:53:28 +00:00
Fix broken testcase!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user