Skip to content

Commit

Permalink
Merge pull request BNYMellon#151 from aqsa505/master
Browse files Browse the repository at this point in the history
Fix test name in coffee shop kata
  • Loading branch information
prathasirisha authored Sep 25, 2023
2 parents 06c9941 + 3604978 commit 37311f0
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 37311f0

Please sign in to comment.