change surgeAlloy and phaseFabric
This commit is contained in:
@@ -145,7 +145,7 @@ public class ApplicationTests{
|
||||
tile.build.items.add(Items.coal, 5);
|
||||
tile.build.items.add(Items.titanium, 50);
|
||||
assertEquals(tile.build.items.total(), 55);
|
||||
tile.build.items.remove(Items.phasefabric, 10);
|
||||
tile.build.items.remove(Items.phaseFabric, 10);
|
||||
tile.build.items.remove(Items.titanium, 10);
|
||||
assertEquals(tile.build.items.total(), 45);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user