Formatting ...

This commit is contained in:
jvi
2020-09-08 13:03:42 +02:00
parent 9f0b32ff71
commit fb3cbcca8b
3 changed files with 71 additions and 75 deletions

View File

@@ -122,7 +122,7 @@ public class ExampleServerR5IT {
/*
* Ensure that we receive a ping on the websocket
*/
await().until(()->mySocketImplementation.myPingCount > 0);
await().until(() -> mySocketImplementation.myPingCount > 0);
/*
* Clean up