Skip to content

Commit 58ee292

Browse files
committed
Fixed class name.
1 parent 23a8a67 commit 58ee292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/majusko/pulsar/PulsarJavaSpringBootStarterApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void testConsumerRegistration1() throws Exception {
7676

7777
@Test
7878
void testConsumerRegistration2() {
79-
final Class<TestConsumerConfiguration> clazz = TestConsumerConfiguration.class;
79+
final Class<TestConsumers> clazz = TestConsumers.class;
8080
final String descriptor = clazz.getName() + clazz.getMethods()[0].getName();
8181
final ConsumerHolder consumerHolder = consumerCollector.getConsumer(descriptor).orElse(null);
8282

0 commit comments

Comments
 (0)