Skip to content

Commit

Permalink
Update quad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yhahn committed Jun 5, 2016
1 parent 4eda9f3 commit 577a77b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/js/symbol/quads.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ test('getIconQuads', function(t) {
tex: { w: 15, h: 11 },
angle: 0,
minScale: 0.5,
maxScale: Infinity } ]);
maxScale: Infinity,
curved: null } ]);
t.end();
});

Expand All @@ -47,7 +48,8 @@ test('getIconQuads', function(t) {
tex: { w: 15, h: 11 },
angle: 0,
minScale: 0.5,
maxScale: Infinity }]);
maxScale: Infinity,
curved: null }]);
t.end();
});
t.end();
Expand Down

0 comments on commit 577a77b

Please sign in to comment.