Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeluca committed Nov 23, 2024
1 parent 18e0199 commit bd40afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static void cleanUp() {
}

@Test
void testS3UploadTriggersSQSMessage() {
void testS3UploadTriggersSqsMessage() {
String queueName = "s3ToSqsTestQueue";
String bucketName = "otel-s3-to-sqs-test-bucket";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static void cleanUp() {

@Test
@SuppressWarnings("deprecation") // MESSAGING_OPERATION is deprecated
void testSNSNotificationTriggersSQSMessageConsumedWithAwsSdk() {
void testSnsNotificationTriggersSqsMessageConsumedWithAwsSdk() {
String queueName = "snsToSqsTestQueue";
String topicName = "snsToSqsTestTopic";

Expand Down

0 comments on commit bd40afc

Please sign in to comment.