Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Sep 2, 2016
1 parent 0bc8114 commit dfcf309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/source/worker_tile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test('WorkerTile', function(t) {
tags: { x: 0 }
}];

tile.parse({ layers: { test: new Wrapper(features) } }, layerFamilies, {}, null, function(err) {
tile.parse({ layers: { test: new Wrapper(features) } }, layerFamilies, {}, function(err) {
t.error(err);
t.ok(tile.buckets && tile.buckets[0]);

Expand Down

0 comments on commit dfcf309

Please sign in to comment.