Skip to content

Commit

Permalink
Use proper gitignored path for EPT writer output.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Mar 4, 2019
1 parent 39bb34e commit 76c1214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/io/EptWriterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ TEST(EptWriterTest, mustDescendFromEptReader)
{
Options o;
Json::Value addons;
addons[Support::datapath("ept/bad-addon")] = "ReturnNumber";
addons[Support::datapath("ept/addon/bad")] = "ReturnNumber";
o.add("addons", addons);
writer.setOptions(o);
writer.setInput(reader);
Expand Down

0 comments on commit 76c1214

Please sign in to comment.