[PV-6697] space after test

This commit is contained in:
uzma 2023-07-17 14:19:08 +01:00
parent dc6e611fef
commit e3db03acda
1 changed files with 1 additions and 0 deletions

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