Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Aug 27, 2024
1 parent 6e4d9c7 commit b05fd41
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 @@ -284,7 +284,7 @@ protected boolean hasPartitionManagerStep() {
// should be moved to SpanDataAssert
private static void verifyException(SpanDataAssert span, Throwable exception) {
span.hasStatus(StatusData.error())
.hasTotalAttributeCount(0)
.hasTotalAttributeCount(0)
.hasEventsSatisfying(
events ->
assertThat(events.get(0))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import io.opentelemetry.api.trace.Span;
import javax.batch.api.chunk.listener.ChunkListener;

public class CustomEventChunkListener implements ChunkListener {
class CustomEventChunkListener implements ChunkListener {
@Override
public void beforeChunk() {
Span.current().addEvent("chunk.before");
Expand Down

0 comments on commit b05fd41

Please sign in to comment.