[PV-6697] space after test

This commit is contained in:
uzma
2023-07-17 14:19:08 +01:00
parent 2c816f666e
commit eb6aa93709

View File

@@ -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();