Skip to content

Commit

Permalink
Upstream changed, need to fix build. (#691)
Browse files Browse the repository at this point in the history
* upstream changed, need to fix build.

* spotless
  • Loading branch information
breedx-splk authored Nov 3, 2023
1 parent b99e92b commit f3cdb38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertSame;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.ArgumentMatchers.isA;
import static org.mockito.Mockito.RETURNS_DEEP_STUBS;
Expand Down Expand Up @@ -267,7 +266,7 @@ void updateLocation() {
return null;
})
.when(globalAttributes)
.update(any());
.update(isA(Consumer.class));

SplunkRum splunkRum = new SplunkRum(openTelemetryRum, globalAttributes);

Expand Down

0 comments on commit f3cdb38

Please sign in to comment.