summaryrefslogtreecommitdiff
path: root/src/integrationTest
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-02-17 14:58:24 +0100
committerPaul-Christian Volkmer2024-02-17 14:58:24 +0100
commit59d8744c8448223e2ecea958bbe045f198766549 (patch)
tree1883b22edb143ac6f8b87e1138380180e8902c46 /src/integrationTest
parentd2a6ec17ea310514c03c532bcc6e446282ccee84 (diff)
refactor: move mtb file controller into package input
Diffstat (limited to 'src/integrationTest')
-rw-r--r--src/integrationTest/kotlin/dev/dnpm/etl/processor/input/MtbFileRestControllerTest.kt (renamed from src/integrationTest/kotlin/dev/dnpm/etl/processor/web/MtbFileRestControllerTest.kt)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/MtbFileRestControllerTest.kt b/src/integrationTest/kotlin/dev/dnpm/etl/processor/input/MtbFileRestControllerTest.kt
index 0ffee29..f1586d0 100644
--- a/src/integrationTest/kotlin/dev/dnpm/etl/processor/web/MtbFileRestControllerTest.kt
+++ b/src/integrationTest/kotlin/dev/dnpm/etl/processor/input/MtbFileRestControllerTest.kt
@@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-package dev.dnpm.etl.processor.web
+package dev.dnpm.etl.processor.input
import com.fasterxml.jackson.databind.ObjectMapper
import de.ukw.ccc.bwhc.dto.*