added empty test for DustOfMoments

This commit is contained in:
glerman 2015-06-29 01:24:21 +03:00 committed by Gal Lerman
parent 049f76ffe6
commit 9e4a7aad8a

View file

@ -0,0 +1,9 @@
package org.mage.test.cards.single;
import org.mage.test.serverside.base.CardTestPlayerBase;
/**
* Created by glerman on 29/6/15.
*/
public class DustOfMomentsTest extends CardTestPlayerBase{
}