Fix: Building10Test
This commit is contained in:
@@ -29,7 +29,7 @@ class Building10Test {
|
|||||||
ArrayList<Inventor> Inventors = new ArrayList<>();
|
ArrayList<Inventor> Inventors = new ArrayList<>();
|
||||||
ArrayList<Shaman> Shamans = new ArrayList<>();
|
ArrayList<Shaman> Shamans = new ArrayList<>();
|
||||||
|
|
||||||
for(int i = 1; i < Nset; i++) {
|
for(int i = 0; i < Nset; i++) {
|
||||||
Artists.add(new Artist(Era));
|
Artists.add(new Artist(Era));
|
||||||
Builders.add(new Builder(Era, 0, 0));
|
Builders.add(new Builder(Era, 0, 0));
|
||||||
Gatherers.add(new Gatherers(Era));
|
Gatherers.add(new Gatherers(Era));
|
||||||
@@ -46,7 +46,7 @@ class Building10Test {
|
|||||||
p.shamans.addAll(Shamans);
|
p.shamans.addAll(Shamans);
|
||||||
|
|
||||||
b10.applyEffect(p);
|
b10.applyEffect(p);
|
||||||
assertEquals(Nset * 6, p.getFoodValue());
|
assertEquals(Nset * 6, p.getPrestigeValue());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user