[PV-6697] space after test
This commit is contained in:
parent
dc6e611fef
commit
e3db03acda
|
@ -12,6 +12,7 @@ class ProductServiceUnitTest {
|
|||
double salePrice = productService.getSalePrice(100, true);
|
||||
assertEquals(salePrice, 75);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void givenOriginalPrice_whenGetSalePriceWithFlagFalse_thenReturnsDiscountedPrice() {
|
||||
ProductService productService = new ProductService();
|
||||
|
|
Loading…
Reference in New Issue