diff --git a/Java/README.md b/Java/README.md index 94084b9e..9475d6dc 100644 --- a/Java/README.md +++ b/Java/README.md @@ -18,8 +18,8 @@ -[x] "Backstage passes", like aged brie, increases in Quality as its SellIn value approaches; -[x] Quality increases by 2 when there are 10 days or less and by 3 when there are 5 days or less but -[x] Quality drops to 0 after the concert --[ ] an item can never have its Quality increase above 50 - -[] however "Sulfuras" is a legendary item and as such its Quality is 80 and it never alters. +-[x] an item can never have its Quality increase above 50 + -[x] however "Sulfuras" is a legendary item and as such its Quality is 80 and it never alters. ## Technical Issues, with a balanced priority -[ ] diff --git a/Java/src/test/java/com/gildedrose/GildedRoseTest.java b/Java/src/test/java/com/gildedrose/GildedRoseTest.java index f684d5b6..f1276e1a 100644 --- a/Java/src/test/java/com/gildedrose/GildedRoseTest.java +++ b/Java/src/test/java/com/gildedrose/GildedRoseTest.java @@ -126,7 +126,7 @@ public class GildedRoseTest { @Nested @DisplayName("Backstage passes") - class BaskstagePasses{ + class BackstagePasses{ @Test @DisplayName("Quality increases by 2 when there are 10 days or less and by 3 when there are 5 days or less but") public void shouldIncreaseQualityBasedOnSellIn() { @@ -191,5 +191,4 @@ public class GildedRoseTest { } } - } \ No newline at end of file