Skip to content

Commit

Permalink
fix : moved SanboxTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Sep 18, 2023
1 parent 7335829 commit 5d803ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arc-web/src/test/java/fr/insee/arc/web/util/SandboxTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fr.insee.arc.core.util;
package fr.insee.arc.web.util;

import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
Expand All @@ -17,6 +17,7 @@
import fr.insee.arc.utils.exception.ArcException;
import fr.insee.arc.utils.query.InitializeQueryTest;
import fr.insee.arc.utils.utils.PrivateConstructorTest;
import fr.insee.arc.web.gui.all.util.Sandbox;

public class SandboxTest extends InitializeQueryTest {

Expand Down

0 comments on commit 5d803ee

Please sign in to comment.