Browse Source

100% line coverage

Connor Dunnigan 6 years ago
parent
commit
454cd2437f
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/main/java/com/zipcodewilmington/gildedrose/Inventory.java

+ 1
- 2
src/main/java/com/zipcodewilmington/gildedrose/Inventory.java View File

@@ -8,8 +8,7 @@ public class Inventory {
8 8
         super();
9 9
         this.items = items;
10 10
     }
11
-
12
-
11
+    
13 12
     public void updateQuality() {
14 13
         for (int i = 0; i < items.length; i++) {
15 14