Skip to content

Commit fae2f20

Browse files
authored
Merge pull request #6 from sir-gon/develop
[Hacker Rank]: Warmup: Simple Array Sum. Typo Fixed.
2 parents 88a16e0 + 7482c3f commit fae2f20

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/tests/unit/lib/hackerrank/warmup/simple_array_sum.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using json = nlohmann::json;
1111
TEST_CASE("simpleArraySum", "[warmup]")
1212
{
1313
std::filesystem::path cwd = std::filesystem::current_path();
14-
std::string path = cwd.string() + "/unit/lib/hackerrank/warmup/simple_array_sum.testcase.json";
14+
std::string path = cwd.string() + "/unit/lib/hackerrank/warmup/simple_array_sum.testcases.json";
1515

1616
INFO("simpleArraySum JSON test cases FILE: " << path);
1717

0 commit comments

Comments
 (0)