Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
adapt test result to mapbox/tilelive#188
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 10, 2018
1 parent 13af00b commit bb5470c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/style.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test('refresh style (invalid)', function(t) {
testutil.createTmpProject('style-save', localstyle, function(err, tmpid, data) {
t.ifError(err);
style.refresh(_({id:style.tmpid(),minzoom:-1}).defaults(data), function(err, source) {
t.equal(err.toString(), 'Error: minzoom must be an integer between 0 and 22', 'style.refresh() errors on invalid style');
t.equal(err.toString(), 'Error: minzoom must be an integer between 0 and 30', 'style.refresh() errors on invalid style');
t.end();
});
});
Expand Down

0 comments on commit bb5470c

Please sign in to comment.