Skip to content

Commit

Permalink
Rename TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veselov committed Aug 11, 2024
1 parent b661673 commit 223dc86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace mandelbrot {

std::filesystem::path GetTestDataPath() {
return std::filesystem::absolute("images");
return std::filesystem::absolute("data/images");
}

TEST(MandelbrotSet, DefaultView) {
Expand Down

0 comments on commit 223dc86

Please sign in to comment.