Made the tests less brittle
This commit is contained in:
@@ -112,7 +112,7 @@ public class JmsTracingConfigurationTest {
|
||||
|
||||
assertThat(trace).allSatisfy(s -> assertThat(s.traceId())
|
||||
.isEqualTo(trace.get(0).traceId()));
|
||||
assertThat(trace).extracting(Span::name).containsExactly("send",
|
||||
assertThat(trace).extracting(Span::name).contains("send",
|
||||
"receive", "on-message");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user