mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
Fixed TestOfFaithTest
This commit is contained in:
parent
f1ed6338db
commit
610372d92e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class TestOfFaithTest extends CardTestPlayerBase {
|
|||
assertPermanentCount(playerA, "Soulmender", 1);
|
||||
assertPowerToughness(playerA, "Soulmender", 2, 2); // one damage was prevented so Soulmender got +1/+1
|
||||
assertPermanentCount(playerA, "Elvish Mystic", 1);
|
||||
assertPowerToughness(playerA, "Elvish Mystic", 2, 2); // two damage were prevented so Elvish Mystic got +2/+2
|
||||
assertPowerToughness(playerA, "Elvish Mystic", 3, 3); // two damage were prevented so Elvish Mystic got +2/+2
|
||||
|
||||
assertPermanentCount(playerB, "Kalonian Tusker", 1); // only 2 damage to Kalonian Tusker so he still lives
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue