Skip to content

Commit

Permalink
Fix test name in coffee shop kata
Browse files Browse the repository at this point in the history
Signed-off-by: Aqsa Malik <[email protected]>
  • Loading branch information
aqsa505 committed Sep 25, 2023
1 parent 06c9941 commit 3604978
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testBagelRecord()
}

@Test
public void generateReceiptTest()
public void generateReceiptForFoodItemsTest()
{
String expectedReceipt = """
Bagel: EVERYTHING $2.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void testBagelRecord()
}

@Test
public void generateReceiptForFoodItems()
public void generateReceiptForFoodItemsTest()
{
// TODO: Complete the method generateReceipt() in CoffeeShopOrder to make this pass
String expectedReceipt = """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void testBagelClass()
}

@Test
public void generateReceiptForFoodItems()
public void generateReceiptForFoodItemsTest()
{
String expectedReceipt =
"Bagel: EVERYTHING $2.5\n" +
Expand Down

0 comments on commit 3604978

Please sign in to comment.