Skip to content

Commit 02b0b46

Browse files
committed
d updated markdown snippets
1 parent 5442577 commit 02b0b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

approvaltests/docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following options will be read by ApprovalTests:
2929
```txt
3030
public class PackageSettings {
3131
32-
public static EnvironmentAwareReporter FrontloadedReporter = new JunitReporter();
32+
public static ApprovalFailureReporter FrontloadedReporter = new JunitReporter();
3333
public static ApprovalFailureReporter UseReporter = new ClipboardReporter();
3434
public static String UseApprovalSubdirectory = "approvals";
3535
public static String ApprovalBaseDirectory = "../resources";

approvaltests/docs/reference/IntelliJReporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Currently, here are some of the paths that are supported:
2424
"/Users/fakeUser/Library/Application Support/JetBrains/Toolbox/apps/IDEA-C/ch-0/223.8617.56/IntelliJ IDEA CE.app/Contents/MacOS/idea",
2525
"/Users/fakeUser/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/223.8617.56/IntelliJ IDEA 2022.2 EAP.app"
2626
```
27-
<sup><a href='/approvaltests/src/test/java/org/approvaltests/reporters/intellij/IntelliJPathResolverTest.java#L80-L83' title='Snippet source file'>snippet source</a> | <a href='#snippet-supportedintellijpaths' title='Start of snippet'>anchor</a></sup>
27+
<sup><a href='/approvaltests/src/test/java/org/approvaltests/reporters/intellij/IntelliJPathResolverTest.java#L79-L82' title='Snippet source file'>snippet source</a> | <a href='#snippet-supportedintellijpaths' title='Start of snippet'>anchor</a></sup>
2828
<!-- endSnippet -->
2929

3030
If IntelliJ is not opening for you,

0 commit comments

Comments
 (0)