Skip to content

Commit

Permalink
Fixed PulsarAvroTableSinkTest
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Jan 4, 2019
1 parent bfb9bd7 commit cee76bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ private PulsarAvroTableSink spySink() throws Exception {
Mockito.anyString(),
Mockito.anyString(),
Mockito.any(SerializationSchema.class),
Mockito.any(PowerMockito.class),
Mockito.any(PulsarKeyExtractor.class)
).thenReturn(producer);
Whitebox.setInternalState(sink, "fieldNames", fieldNames);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private PulsarJsonTableSink spySink() throws Exception {
Mockito.anyString(),
Mockito.anyString(),
Mockito.any(SerializationSchema.class),
Mockito.any(PowerMockito.class),
Mockito.any(PulsarKeyExtractor.class)
).thenReturn(producer);
Whitebox.setInternalState(sink, "fieldNames", fieldNames);
Expand Down

0 comments on commit cee76bc

Please sign in to comment.