Skip to content

Commit 307fe02

Browse files
committed
test: rollback test file path
1 parent 2b48f47 commit 307fe02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tuple/test/tuple_sketch_deserialize_from_java_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace datasketches {
2525

2626
// assume the binary sketches for this test have been generated by datasketches-java code
2727
// in the subdirectory called "java" in the root directory of this project
28-
static std::string testBinaryInputPath = std::string(TEST_BINARY_INPUT_PATH) + "java/";
28+
static std::string testBinaryInputPath = std::string(TEST_BINARY_INPUT_PATH) + "../../java/";
2929

3030
TEST_CASE("tuple sketch int", "[serde_compat]") {
3131
const unsigned n_arr[] = {0, 1, 10, 100, 1000, 10000, 100000, 1000000};

0 commit comments

Comments
 (0)