use severity in test

This commit is contained in:
Max Grossman
2018-12-18 10:27:15 -05:00
parent 64f2d913e8
commit 6ba8bacb75
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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);
});
});
});