From 2969d3ea0553e5a1eed8db274bb89e94a082b1c1 Mon Sep 17 00:00:00 2001
From: Clyhtsuriva <aimeric@adjutor.xyz>
Date: Sun, 27 Jun 2021 11:18:22 +0200
Subject: Changed the log type for the JUnit test of LogHandler

---
 src/test/java/musichub/util/LogHandlerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/test/java/musichub')

diff --git a/src/test/java/musichub/util/LogHandlerTest.java b/src/test/java/musichub/util/LogHandlerTest.java
index 3965520..ab8e160 100644
--- a/src/test/java/musichub/util/LogHandlerTest.java
+++ b/src/test/java/musichub/util/LogHandlerTest.java
@@ -24,7 +24,7 @@ public class LogHandlerTest {
     @Test
     void testWrite() {
         try {
-            write("JUnit test", "INFO");
+            write("JUnit test", "TEST");
         } catch (IOException e) {
             e.printStackTrace();
         }
-- 
cgit v1.2.3