Skip to content

Commit

Permalink
Remove rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaars committed Dec 23, 2022
1 parent ee4b415 commit 44e6735
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void testCountingWithJunit481ForkAlways()
}

private void assertForkCount( int forkCount, boolean reuseForks )
throws IOException, VerificationException
{
OutputValidator outputValidator = unpack( "result-counting" ).failNever().forkCount( forkCount )
.reuseForks( reuseForks ).executeTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public class XmlReporterRunTimeIT
{
@Test
public void testForkAlways()
throws Exception
{
// just generate .surefire-<hash> in order to apply runOrder
unpack( "/runorder-parallel" )
Expand Down

0 comments on commit 44e6735

Please sign in to comment.