We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc31c5 commit 1cb66f9Copy full SHA for 1cb66f9
1 file changed
tests/common-pg.hpp
@@ -105,7 +105,7 @@ class conn_t
105
106
void assert_double(double expected, std::string const &cmd) const
107
{
108
- REQUIRE(Approx(expected) == require_scalar<double>(cmd));
+ REQUIRE(Approx(expected).epsilon(0.01) == require_scalar<double>(cmd));
109
}
110
111
void assert_null(std::string const &cmd) const
0 commit comments