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 2b48f47 commit 307fe02Copy full SHA for 307fe02
1 file changed
tuple/test/tuple_sketch_deserialize_from_java_test.cpp
@@ -25,7 +25,7 @@ namespace datasketches {
25
26
// assume the binary sketches for this test have been generated by datasketches-java code
27
// in the subdirectory called "java" in the root directory of this project
28
-static std::string testBinaryInputPath = std::string(TEST_BINARY_INPUT_PATH) + "java/";
+static std::string testBinaryInputPath = std::string(TEST_BINARY_INPUT_PATH) + "../../java/";
29
30
TEST_CASE("tuple sketch int", "[serde_compat]") {
31
const unsigned n_arr[] = {0, 1, 10, 100, 1000, 10000, 100000, 1000000};
0 commit comments