Skip to content

Commit

Permalink
increase tolerance for zoom test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilykl committed Jan 22, 2025
1 parent 6cab6be commit 8e0d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jasmine/tests/cartesian_interact_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ describe('axis zoom/pan and main plot zoom', function() {
});

describe('updates matching axes', function() {
var TOL = 1.5;
var TOL = 1;
var eventData;

function assertRanges(msg, exp) {
Expand Down

0 comments on commit 8e0d77b

Please sign in to comment.