Skip to content

Commit

Permalink
#126: fix bad filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Oct 29, 2024
1 parent b85e23d commit 29741e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utility/test_json_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ TEST_F(JSONReaderTest, test_json_reader_metadata_attributes) {

TEST_F(JSONReaderTest, test_json_reader_rank_user_defined) {
std::filesystem::path p =
std::filesystem::path(SRC_DIR) / "data/lb_test_data";
std::filesystem::path(SRC_DIR) / "data/reader_test_data";
std::string path = std::filesystem::absolute(p).string();

NodeType rank = 0;
Expand Down

0 comments on commit 29741e8

Please sign in to comment.