From 299eba6fef16b50746c59678518690cd34e52c69 Mon Sep 17 00:00:00 2001 From: KiterLuc <67824247+KiterLuc@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:10:46 +0200 Subject: [PATCH] Update test/regression/targets/sc-33480.cc Co-authored-by: Isaiah Norton --- test/regression/targets/sc-33480.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regression/targets/sc-33480.cc b/test/regression/targets/sc-33480.cc index 9468f662026..b8ae2f5fa3b 100644 --- a/test/regression/targets/sc-33480.cc +++ b/test/regression/targets/sc-33480.cc @@ -42,7 +42,7 @@ TEST_CASE("0 var chunks", "[unfiltering][bug][sc33480]") { // only possible if a fragment had all empty values for a variable string in // versions earlier than v10. std::string array_name( - std::string(TILEDB_TEST_INPUTS_DIR) + "/zero_var_chunks_v10"); + std::string(TILEDB_TEST_INPUTS_DIR) + "/arrays/zero_var_chunks_v10"); Context ctx; // Prepare the array for reading.