BAEL-9041 fixed formatting

This commit is contained in:
Dhawal Kapil 2018-10-31 09:07:59 +05:30
parent e37dd4adc4
commit d4def2ab43
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class RestAssured2IntegrationTest {
@Test
public void givenUrl_whenVerifiesOddPricesAccuratelyByStatus_thenCorrect() {
get("/odds").then().body("odds.findAll { it.status > 0 }.price",
get("/odds").then().body("odds.findAll { it.status > 0 }.price",
hasItems(5.25f, 1.2f));
}