Skip to content

Commit

Permalink
Remove pointless test
Browse files Browse the repository at this point in the history
Tests should verify behavior, not implementation details like the number
of properties on an object
  • Loading branch information
orangejulius committed Feb 9, 2021
1 parent bb3b7a2 commit 546734a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/labelSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports.tests.supported_countries = function(test, common) {
t.equals(Object.keys(schemas.KOR.valueFunctions).length, 3);
t.equals(Object.keys(schemas.FRA.valueFunctions).length, 2);
t.equals(Object.keys(schemas.ITA.valueFunctions).length, 3);
t.equals(Object.keys(schemas.default.valueFunctions).length, 2);

t.equals(Object.keys(schemas.KOR.meta).length, 1);
t.equals(schemas.KOR.meta.separator, ' ');
Expand Down

0 comments on commit 546734a

Please sign in to comment.