aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/traccar/helper/BufferUtilTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/traccar/helper/BufferUtilTest.java')
-rw-r--r--src/test/java/org/traccar/helper/BufferUtilTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/traccar/helper/BufferUtilTest.java b/src/test/java/org/traccar/helper/BufferUtilTest.java
index 0196cef9d..707e419ec 100644
--- a/src/test/java/org/traccar/helper/BufferUtilTest.java
+++ b/src/test/java/org/traccar/helper/BufferUtilTest.java
@@ -2,11 +2,11 @@ package org.traccar.helper;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
import java.nio.charset.StandardCharsets;
-import static org.junit.Assert.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertEquals;
public class BufferUtilTest {