We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29f105 commit 24e1b10Copy full SHA for 24e1b10
samples/msk-firehose-event-handler/src/test/java/example/MSKFirehoseEventHandlerTest.java
@@ -16,7 +16,7 @@ public class MSKFirehoseEventHandlerTest {
16
@ParameterizedTest
17
@Event(value = "event.json", type = MSKFirehoseEvent.class)
18
public void testEventHandler(MSKFirehoseEvent event) {
19
- Sample Sample = new Sample();
+ MSKFirehoseEventHandler Sample = new MSKFirehoseEventHandler();
20
MSKFirehoseResponse response = Sample.handleRequest(event, context);
21
22
String expectedString = "{\"Name\":\"Hello World\"}";
0 commit comments