Skip to content

Commit 598f0e6

Browse files
committed
a reformat code
1 parent 39e5476 commit 598f0e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

approvaltests-tests/src/test/java/org/approvaltests/inline/InlineApprovalsTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,11 @@ void testSemiAutomatic()
148148
void testAutomatic()
149149
{
150150
var expected = """
151-
hello Oskar
152-
""";
151+
hello Oskar
152+
""";
153153
Options options = new Options().inline("", InlineOptions.automatic());
154154
Mutable<String> result = hijackInlineReporter(options);
155-
assertApprovalFailure("hello Oskar", options,
156-
e -> assertEquals(expected, result.get()));
155+
assertApprovalFailure("hello Oskar", options, e -> assertEquals(expected, result.get()));
157156
}
158157
private static void assertApprovalFailure(String actual, Options options, Action1<Throwable> azzert)
159158
{

0 commit comments

Comments
 (0)