Skip to content

Commit

Permalink
fix global path test
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Mar 7, 2018
1 parent 98506f3 commit 6da3761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/unit-files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ TEST_CASE("complete-files") {
}

TEST_CASE("global-path") {
inja::Environment env = inja::Environment("../test/data/", "test/");
inja::Environment env_result = inja::Environment("test/");
inja::Environment env = inja::Environment("../test/data/", "./");
inja::Environment env_result = inja::Environment("./");
json data;
data["name"] = "Jeff";

Expand Down

0 comments on commit 6da3761

Please sign in to comment.