We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22098d commit 74b078dCopy full SHA for 74b078d
1 file changed
approvaltests/src/main/java/org/approvaltests/reporters/EnvironmentVariableReporter.java
@@ -52,7 +52,7 @@ public class EnvironmentVariableReporter implements ApprovalFailureReporter
52
.and("WindowsDiffReporter", ReportWithDiffToolOnWindows.class);
53
// @formatter:on
54
public static final String ENVIRONMENT_VARIABLE_NAME = "APPROVAL_TESTS_USE_REPORTER";
55
- public static Function1<String, String> GET_ENVIRONMENT_VARIABLE = System::getenv;
+ public static Function1<String, String> GET_ENVIRONMENT_VARIABLE = System::getenv;
56
public static final EnvironmentVariableReporter INSTANCE = new EnvironmentVariableReporter();
57
private ApprovalFailureReporter reporter = null;
58
public EnvironmentVariableReporter()
0 commit comments