You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2021/09/17 22:20:23 UTC

[datasketches-cpp] branch issue_236 updated: correct description

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch issue_236
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/issue_236 by this push:
     new 5e36939  correct description
5e36939 is described below

commit 5e3693960d2f3ee10f1040725a505b52955b9df1
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Fri Sep 17 15:19:52 2021 -0700

    correct description
---
 kll/test/kll_sketch_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kll/test/kll_sketch_test.cpp b/kll/test/kll_sketch_test.cpp
index c758662..7b230d7 100644
--- a/kll/test/kll_sketch_test.cpp
+++ b/kll/test/kll_sketch_test.cpp
@@ -375,7 +375,7 @@ TEST_CASE("kll sketch", "[kll_sketch]") {
     REQUIRE(sketch2.get_max_value() == 3.0);
   }
 
-  SECTION("bytes serialize deserialize one item") {
+  SECTION("bytes serialize deserialize three items") {
     kll_float_sketch sketch(200, 0);
     sketch.update(1.0f);
     sketch.update(2.0f);

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org