mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
use severity in test
This commit is contained in:
@@ -554,7 +554,7 @@ describe('maprules', function() {
|
||||
expect(warnings.length).to.eql(1);
|
||||
expect(warning.entity).to.eql(entity);
|
||||
expect(warning.message).to.eql(selector[type]);
|
||||
expect('mapcss_' + type).to.eql(warning.id);
|
||||
expect(type).to.eql(warning.severity);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user