Skip to content

Commit

Permalink
Moves WikipediaConverter into test profile (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik authored Jan 8, 2024
1 parent 823988c commit ade37ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import pl.szczepanik.silencio.core.Execution;
import pl.szczepanik.silencio.core.IntegrityException;
import pl.szczepanik.silencio.decisions.PositiveDecision;
import pl.szczepanik.silencio.integration.WikipediaConverter;
import pl.szczepanik.silencio.processors.JSONProcessor;
import pl.szczepanik.silencio.utils.IOUtility;
import pl.szczepanik.silencio.utils.ResourceLoader;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package pl.szczepanik.silencio.converters;
package pl.szczepanik.silencio.integration;

import java.net.URL;
import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pl.szczepanik.silencio.GenericTest;
import pl.szczepanik.silencio.api.Format;
import pl.szczepanik.silencio.api.Processor;
import pl.szczepanik.silencio.converters.WikipediaConverter;
import pl.szczepanik.silencio.core.Builder;
import pl.szczepanik.silencio.utils.JSONUtility;
import pl.szczepanik.silencio.utils.ResourceLoader;
Expand Down

0 comments on commit ade37ec

Please sign in to comment.