Skip to content

Commit

Permalink
Update test/regression/targets/sc-33480.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
KiterLuc and ihnorton authored Sep 4, 2023
1 parent 3ecbfa9 commit 299eba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/targets/sc-33480.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 299eba6

Please sign in to comment.