Skip to content

Commit

Permalink
Fix test data directory name
Browse files Browse the repository at this point in the history
(does not exist yet)
  • Loading branch information
aromanielloNTIA committed Nov 26, 2024
1 parent cf6906c commit 1e609df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ std::string getDataDirectory() {
appendDirectorySep(dataDir);
dataDir += "extern";
appendDirectorySep(dataDir);
dataDir += "TODO-TEMPLATE"; // Name of data directory as clone in the `extern` directory
dataDir += "p2108-test-data";
appendDirectorySep(dataDir);
return dataDir;
}
Expand Down

0 comments on commit 1e609df

Please sign in to comment.