isHighwayIntersection only applies to nodes, so remove from osmEntity (#10831)

This commit is contained in:
Kyℓe Hensel
2025-03-04 21:29:29 +11:00
committed by GitHub
parent 8f39346bbc
commit 38d2ccd866
4 changed files with 2 additions and 12 deletions

View File

@@ -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;