File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/log Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ public void jsonSpanIsOnOneLine() throws IOException {
50
50
listener .stop (new SpanStoppedEvent (this , span ));
51
51
52
52
String output = this .output .toString ().trim ();
53
- assertTrue ("output doesn't container prefix" , output .contains (listener .getPrefix ()));
54
- assertTrue ("output doesn't container suffix" , output .contains (listener .getSuffix ()));
53
+ assertTrue ("output doesn't contain prefix" , output .contains (listener .getPrefix ()));
54
+ assertTrue ("output doesn't contain suffix" , output .contains (listener .getSuffix ()));
55
55
56
56
int prefixIndex = output .indexOf (listener .getPrefix ());
57
57
int suffixIndex = output .indexOf (listener .getSuffix ());
You can’t perform that action at this time.
0 commit comments