Skip to content

Commit

Permalink
Now test that build succeeds when tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed Jun 18, 2024
1 parent ae1bf49 commit ed533a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/axis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST(AxisTest, LinearMarks)
axis.setMaximum(11.0);

std::vector<double> points = {-10, -5, 0, 5, 10};
std::vector<double> coords = {2.0 / 11.0, 6.0 / 11.0, 1.0, 16.0 / 11.0, 21.0 / 11.0};
std::vector<double> coords = {1.0 / 11.0, 6.0 / 11.0, 1.0, 16.0 / 11.0, 21.0 / 11.0};

matchAxes(axis, points, coords);
}
Expand Down

0 comments on commit ed533a3

Please sign in to comment.