aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-06-27 19:04:26 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-06-27 19:04:26 +0200
commitea49e06c8211d8642a52a4b120c7b3d41836ea03 (patch)
tree0f8293d068cdacf20eef22e1778f15fb5eedcfb7 /src/test
parentd96bdd78307bc5469cb8a4d5ca0e6cbc21fe4073 (diff)
downloadbitcoin-ea49e06c8211d8642a52a4b120c7b3d41836ea03.tar.xz
tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
Diffstat (limited to 'src/test')
-rw-r--r--src/test/cuckoocache_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp
index 857ab8a1b7..2edc7c16d4 100644
--- a/src/test/cuckoocache_tests.cpp
+++ b/src/test/cuckoocache_tests.cpp
@@ -114,7 +114,7 @@ static double normalize_hit_rate(double hits, double load)
return hits * std::max(load, 1.0);
}
-/** Check the hit rate on loads ranging from 0.1 to 2.0 */
+/** Check the hit rate on loads ranging from 0.1 to 1.6 */
BOOST_AUTO_TEST_CASE(cuckoocache_hit_rate_ok)
{
/** Arbitrarily selected Hit Rate threshold that happens to work for this test