Skip to content

Commit 376617f

Browse files
committed
Add Azure Event Hubs Emulator container to Azure module
- Fix test method name Signed-off-by: Esta Nagy <[email protected]>
1 parent 1a65bf3 commit 376617f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/azure/src/test/java/org/testcontainers/azure/AzureEventHubsEmulatorContainerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class AzureEventHubsEmulatorContainerTest {
6363
// }
6464

6565
@Test
66-
public void testWithEventhubsClient() {
66+
public void testWithEventHubsClient() {
6767
try (
6868
// createProducerAndConsumer {
6969
EventHubProducerClient producer = new EventHubClientBuilder()

0 commit comments

Comments
 (0)