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 Oct 12, 2023
1 parent 14cc240 commit 59f9eab
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ Collection<DynamicTest> testFactory()
JupiterApprovals.dynamicTest("test 3",
(o) -> StackTraceNamerUtils.assertNamerForFramework(this.getClass().getSimpleName(),
"testFactory.test_3", o.forFile().getNamer())),
JupiterApprovals.dynamicTest("test 2", (o) -> StackTraceNamerUtils
.assertNamerForFramework(this.getClass().getSimpleName(), "testFactory.test_2", o.forFile().getNamer())));
JupiterApprovals.dynamicTest("test 2",
(o) -> StackTraceNamerUtils.assertNamerForFramework(this.getClass().getSimpleName(),
"testFactory.test_2", o.forFile().getNamer())));
}
@TestFactory
Collection<DynamicTest> testFactory2()
Expand Down

0 comments on commit 59f9eab

Please sign in to comment.