move test to the same package as the tested class

pull/65/head
Mahmoud Ben Hassine 8 years ago
parent 6b0df4c021
commit a9a12f597d

@ -1,4 +1,4 @@
package org.easyrules;
package org.easyrules.core;
import static org.assertj.core.api.Assertions.assertThat;
@ -8,7 +8,6 @@ import java.util.Set;
import org.easyrules.api.Rule;
import org.easyrules.api.RulesEngine;
import org.easyrules.core.BasicRule;
import org.junit.BeforeClass;
import org.junit.Test;
Loading…
Cancel
Save