Skip to content

Commit

Permalink
a reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 6, 2024
1 parent 39e5476 commit 598f0e6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,11 @@ void testSemiAutomatic()
void testAutomatic()
{
var expected = """
hello Oskar
""";
hello Oskar
""";
Options options = new Options().inline("", InlineOptions.automatic());
Mutable<String> result = hijackInlineReporter(options);
assertApprovalFailure("hello Oskar", options,
e -> assertEquals(expected, result.get()));
assertApprovalFailure("hello Oskar", options, e -> assertEquals(expected, result.get()));
}
private static void assertApprovalFailure(String actual, Options options, Action1<Throwable> azzert)
{
Expand Down

0 comments on commit 598f0e6

Please sign in to comment.