diff options
Diffstat (limited to 'test/test-obj.cpp')
-rw-r--r-- | test/test-obj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-obj.cpp b/test/test-obj.cpp index 813a69c..c7bd6ce 100644 --- a/test/test-obj.cpp +++ b/test/test-obj.cpp @@ -34,6 +34,6 @@ BOOST_AUTO_TEST_CASE(create_meshes) const auto & o = ms.at("Body"); BOOST_REQUIRE_EQUAL(88, o.first.size()); const auto & v = o.first.front(); - BOOST_REQUIRE_CLOSE(1.345, v.pos.x, 1); + BOOST_REQUIRE_CLOSE(-1.345, v.pos.x, 1); BOOST_REQUIRE_EQUAL(138, o.second.size()); } |