diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-27 11:18:22 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-06-27 11:18:22 +0200 |
commit | 2969d3ea0553e5a1eed8db274bb89e94a082b1c1 (patch) | |
tree | 5b20725ff6763fdc91c559b54f466468786a2774 /src | |
parent | d4c6fe18ca94ed0880720d7ff135b82920d764b4 (diff) |
Changed the log type for the JUnit test of LogHandler
Diffstat (limited to 'src')
-rw-r--r-- | src/test/java/musichub/util/LogHandlerTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |