Skip to content

Commit

Permalink
Rename Test-Cases to Adhere to Convention
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Schnitter <[email protected]>
  • Loading branch information
KarstenSchnitter committed Nov 1, 2024
1 parent 9e49340 commit 36deb0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import io.opentelemetry.proto.resource.v1.Resource;

@ExtendWith(MockitoExtension.class)
class OtelLogsSourceRetryInfoTest {
class OtelLogsSource_RetryInfoTest {
private static final String GRPC_ENDPOINT = "gproto+http://127.0.0.1:21892/";
private static final String TEST_PIPELINE_NAME = "test_pipeline";
private static final RetryInfoConfig TEST_RETRY_INFO = new RetryInfoConfig(Duration.ofMillis(100), Duration.ofMillis(2000));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import io.opentelemetry.proto.resource.v1.Resource;

@ExtendWith(MockitoExtension.class)
class OTelMetricsSourceRetryInfoTest {
class OTelMetricsSource_RetryInfoTest {
private static final String GRPC_ENDPOINT = "gproto+http://127.0.0.1:21891/";
private static final String TEST_PIPELINE_NAME = "test_pipeline";
private static final RetryInfoConfig TEST_RETRY_INFO = new RetryInfoConfig(Duration.ofMillis(100), Duration.ofMillis(2000));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
import io.opentelemetry.proto.trace.v1.Span;

@ExtendWith(MockitoExtension.class)
class OTelTraceSourceRetryInfoTest {
class OTelTraceSource_RetryInfoTest {
private static final String GRPC_ENDPOINT = "gproto+http://127.0.0.1:21890/";
private static final String TEST_PIPELINE_NAME = "test_pipeline";
private static final RetryInfoConfig TEST_RETRY_INFO = new RetryInfoConfig(Duration.ofMillis(100), Duration.ofMillis(2000));
Expand Down

0 comments on commit 36deb0c

Please sign in to comment.