Skip to content

Commit

Permalink
SurfaceAreaWrapperTest: update to include the stlDirectory Parameter (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoube authored May 12, 2023
1 parent abbe3e9 commit 91dabf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public void testResults() throws Exception {

// EXECUTE
final CommandModule module = command().run(SurfaceAreaWrapper.class,
true, "inputImage", imgPlus, "exportSTL", false).get();
true, "inputImage", imgPlus, "exportSTL", false, "stlDirectory", "./").get();

// VERIFY
@SuppressWarnings("unchecked")
Expand Down

0 comments on commit 91dabf9

Please sign in to comment.