Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbechtold committed Jan 20, 2018
1 parent f9ce4c7 commit 8746d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
int repetitions() default DEFAULT_REPETITIONS;

/**
* Allows to define multiple instrumentations of the same usecase which can be approved against each other. TODO #2
* Document in GitHub
* Allows to define multiple instrumentations of the same usecase which can be approved against each other.
*
* TODO #2 Document in GitHub
*/
String id() default AUTO_ID;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public void beforeAll(ExtensionContext context) throws Exception {
@Override
public void beforeEach(ExtensionContext context) throws Exception {
String approvalId = getApprovalId(context) + getRunIdSuffix(context.getDisplayName());
// TODO MAX Path must include run ID
pathMapper = new TemplatedTestPathMapper<>(context, Paths.get("src", "test", "resources", "approved"),
approvalId);
}
Expand Down

0 comments on commit 8746d0e

Please sign in to comment.