From 3ba1a7ac26a039fdbb6e458a789c959ce06484d9 Mon Sep 17 00:00:00 2001
From: Tom Zhao <tom.zhao@dsv.su.se>
Date: Thu, 9 Jan 2025 15:49:46 +0100
Subject: [PATCH] Rename package name from daisyExternal to daisyexternal in
 test class as well

---
 .../http/DaisyAPIImplTest.java                                 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename core/src/test/java/se/su/dsv/scipro/{daisyExternal => daisyexternal}/http/DaisyAPIImplTest.java (99%)

diff --git a/core/src/test/java/se/su/dsv/scipro/daisyExternal/http/DaisyAPIImplTest.java b/core/src/test/java/se/su/dsv/scipro/daisyexternal/http/DaisyAPIImplTest.java
similarity index 99%
rename from core/src/test/java/se/su/dsv/scipro/daisyExternal/http/DaisyAPIImplTest.java
rename to core/src/test/java/se/su/dsv/scipro/daisyexternal/http/DaisyAPIImplTest.java
index fdf3945bf0..018db6224e 100644
--- a/core/src/test/java/se/su/dsv/scipro/daisyExternal/http/DaisyAPIImplTest.java
+++ b/core/src/test/java/se/su/dsv/scipro/daisyexternal/http/DaisyAPIImplTest.java
@@ -1,4 +1,4 @@
-package se.su.dsv.scipro.daisyExternal.http;
+package se.su.dsv.scipro.daisyexternal.http;
 
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.hasSize;
@@ -11,7 +11,6 @@ import java.io.PrintWriter;
 import java.net.InetSocketAddress;
 import java.util.*;
 import org.junit.jupiter.api.Test;
-import se.su.dsv.scipro.daisyexternal.http.DaisyAPIImpl;
 import se.su.dsv.scipro.io.dto.Person;
 import se.su.dsv.scipro.io.dto.ProjectParticipant;
 import se.su.dsv.scipro.io.dto.Role;