fixed missing semi

This commit is contained in:
Jonathan Shook 2020-03-17 00:01:14 -05:00
parent db701cc573
commit 141ebb7f7e

View File

@ -230,7 +230,7 @@ public class AsyncScriptIntegrationTests {
assertThat(scenarioResult.getIOLog()).contains("step2 metrics.waittime=");
String iolog = scenarioResult.getIOLog();
System.out.println(iolog);
assertThat(iolog).contains("waittime trended back down as expected")
assertThat(iolog).contains("waittime trended back down as expected");
}
@Test