1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09:00

Remove unneeded import in an unrelated test, just for kicks

This commit is contained in:
Adrian Petrescu 2019-10-11 09:59:54 -04:00
parent 69cff6c920
commit 00fd8d18da

View file

@ -2,7 +2,6 @@ package org.mage.test.cards.single;
import mage.constants.PhaseStep;
import mage.constants.Zone;
import org.junit.Assert;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;