Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
increase tolerance for zoom test
  • Loading branch information
emilykl committed Jan 22, 2025
commit 8e0d77b02c99b0911c1bdd33a9f855457f0df174
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