Skip to content

Commit 145bcd0

Browse files
committed
2 parents 37fdbd0 + 369d17d commit 145bcd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

approvaltests/docs/how_to/MachineNameSpecificTest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ try (NamedEnvironment namedEnvironment = NamerFactory.asMachineNameSpecificTest(
3030
{ return; }
3131
// the rest of your test...
3232
```
33-
<sup><a href='/approvaltests/src/test/java/org/approvaltests/reporters/intellij/IntelliJPathResolverTest.java#L60-L66' title='Snippet source file'>snippet source</a> | <a href='#snippet-runOnlyOnSpecificMachines' title='Start of snippet'>anchor</a></sup>
33+
<sup><a href='/approvaltests/src/test/java/org/approvaltests/reporters/intellij/IntelliJPathResolverTest.java#L13-L19' title='Snippet source file'>snippet source</a> | <a href='#snippet-runOnlyOnSpecificMachines' title='Start of snippet'>anchor</a></sup>
3434
<!-- endSnippet -->
3535

3636
**please note:** this will also append the machine name to the ApprovalTest so that each specific

approvaltests/docs/reference/IntelliJReporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ This page exists when IntelliJ is not being found in your system.
1616

1717
## Current Support
1818

19-
The IntelliJReporter currently will find IntelliJ installations if and only if it is currently running, this functionality requires Java 9 or higher.
19+
The IntelliJReporter currently will find IntelliJ installations if and only if it is currently running, this functionality requires Java 9 or higher.

0 commit comments

Comments
 (0)