fix main branch merge race (#2844)
This commit is contained in:
parent
f83c21638a
commit
a100a45780
|
|
@ -171,7 +171,7 @@ class ZipkinSpanExporterTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void generateSpan_defaultResourceServiceName() {
|
void generateSpan_defaultResourceServiceName() {
|
||||||
SpanData data = buildStandardSpan().setResource(Resource.getEmpty()).build();
|
SpanData data = buildStandardSpan().setResource(Resource.empty()).build();
|
||||||
|
|
||||||
Endpoint expectedEndpoint =
|
Endpoint expectedEndpoint =
|
||||||
Endpoint.newBuilder()
|
Endpoint.newBuilder()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue