ShamanicRitual: fixed edge case when everybody has the same icons
ShamanicRitualTest: fixed
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@ class ShamanicRitualTest {
|
||||
ShamanicRitual ritual = new ShamanicRitual(1, 10, 5);
|
||||
ritual.activateEvent(players);
|
||||
|
||||
assertEquals(10, p1.getPrestigeValue());
|
||||
assertEquals(10, p2.getPrestigeValue());
|
||||
assertEquals(5, p1.getPrestigeValue());
|
||||
assertEquals(5, p2.getPrestigeValue());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user