Skip to content

Commit

Permalink
Tidy up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Apr 6, 2024
1 parent 867c035 commit aebabe1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/it/reactor-grpc-jvm-plugin/test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ expectedGeneratedFiles.forEach {
assertThat(classesDir.resolve("${it}.class"))
.exists()
.isNotEmptyFile()

}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import static org.mockito.Mockito.withSettings;

import java.io.File;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
Expand Down

0 comments on commit aebabe1

Please sign in to comment.