mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Re-enable test now that it's fixed.
This commit is contained in:
@@ -144,7 +144,7 @@ public class GameSimulatorTest extends TestCase {
|
||||
assertEquals(2, sliver.getNetToughness());
|
||||
}
|
||||
|
||||
public void DISABLED_testEquippedAbilities() {
|
||||
public void testEquippedAbilities() {
|
||||
String bearCardName = "Runeclaw Bear";
|
||||
Game game = initAndCreateGame();
|
||||
Player p = game.getPlayers().get(1);
|
||||
|
||||
Reference in New Issue
Block a user