mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
isHighwayIntersection only applies to nodes, so remove from osmEntity (#10831)
This commit is contained in:
@@ -298,12 +298,6 @@ describe('iD.osmEntity', function () {
|
||||
});
|
||||
});
|
||||
|
||||
describe('#isHighwayIntersection', function () {
|
||||
it('returns false', function () {
|
||||
expect(iD.osmEntity().isHighwayIntersection()).to.be.false;
|
||||
});
|
||||
});
|
||||
|
||||
describe('#isDegenerate', function () {
|
||||
it('returns true', function () {
|
||||
expect(iD.osmEntity().isDegenerate()).to.be.true;
|
||||
|
||||
Reference in New Issue
Block a user