Skip to content

Commit

Permalink
Fix the maven and gradle integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jun 25, 2020
1 parent 8b261b4 commit b4530a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import org.junit.Test;

public class Antlr4ExtensionTest extends GradleIntegrationTest {
public class Antlr4ExtensionTest extends GradleIntegrationHarness {

@Test
public void applyUsingDefaultVersion() throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

import org.junit.Test;

import com.diffplug.spotless.maven.MavenIntegrationTest;
import com.diffplug.spotless.maven.MavenIntegrationHarness;

public class Antlr4FormatterTest extends MavenIntegrationTest {
public class Antlr4FormatterTest extends MavenIntegrationHarness {

@Test
public void applyUsingCustomVersion() throws Exception {
Expand Down

0 comments on commit b4530a1

Please sign in to comment.