aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/tests/PopulationTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jcgp/tests/PopulationTests.java')
-rw-r--r--src/jcgp/tests/PopulationTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jcgp/tests/PopulationTests.java b/src/jcgp/tests/PopulationTests.java
index 474b8d5..ca737d6 100644
--- a/src/jcgp/tests/PopulationTests.java
+++ b/src/jcgp/tests/PopulationTests.java
@@ -1,7 +1,7 @@
package jcgp.tests;
import static org.junit.Assert.assertTrue;
-import jcgp.CGP.Resources;
+import jcgp.JCGP.Resources;
import jcgp.population.Chromosome;
import jcgp.population.Population;