BAEL-9041 fixed formatting
This commit is contained in:
parent
e37dd4adc4
commit
d4def2ab43
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue