Skip to content

Commit

Permalink
fix: Renamed a test and removed JMH modules
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Aug 22, 2024
1 parent 121f52c commit 8d24a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,7 @@ extraJavaModuleInfo {
module("com.google.auto.service:auto-service", "com.google.auto.service.processor")
module("com.google.auto:auto-common", "com.google.auto.common")

// JMH only
module("net.sf.jopt-simple:jopt-simple", "jopt.simple")
module("org.openjdk.jmh:jmh-core", "jmh.core")
module("org.openjdk.jmh:jmh-generator-asm", "jmh.generator.asm")
module("org.openjdk.jmh:jmh-generator-bytecode", "jmh.generator.bytecode")
module("org.openjdk.jmh:jmh-generator-reflection", "jmh.generator.reflection")

// Test clients only
module("com.google.protobuf:protobuf-java-util", "com.google.protobuf.util")
module("junit:junit", "junit")
module("org.hamcrest:hamcrest", "org.hamcrest")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
import org.mockito.junit.jupiter.MockitoExtension;

@ExtendWith(MockitoExtension.class)
public class BlockStreamServiceIT {
public class BlockStreamServiceIntegrationTest {

private final System.Logger LOGGER = System.getLogger(getClass().getName());

Expand Down

0 comments on commit 8d24a57

Please sign in to comment.