Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey committed Oct 11, 2019
1 parent 00b4b69 commit 3cc81d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ui/map.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ test('Map', (t) => {

t.test('#setMinPitch', (t) => {
const map = createMap(t, {pitch: 20});
map.setMinZoom(10);
map.setMinPitch(10);
map.setPitch(0);
t.equal(map.getPitch(), 10);
t.end();
Expand Down

0 comments on commit 3cc81d7

Please sign in to comment.