Skip to content

Commit

Permalink
Fix parameter in Worker 'redo placement' test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Aug 12, 2016
1 parent e65e6b6 commit ad3444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/source/worker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test('redo placement', function(t) {
};
});

worker['redo placement']({type: 'test', mapbox: true});
worker['redo placement'](0, {type: 'test', mapbox: true});
});

test('update layers isolates different instances\' data', function(t) {
Expand Down

0 comments on commit ad3444b

Please sign in to comment.