summaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java')
-rw-r--r--config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java b/config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java
index abf04c34bb8..1f40cb58a71 100644
--- a/config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java
+++ b/config-lib/src/test/java/com/yahoo/config/UrlNodeTest.java
@@ -1,9 +1,9 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.config;
-import org.junit.Test;
+import org.junit.jupiter.api.Test;
-import static org.junit.Assert.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* @author lesters
@@ -11,7 +11,7 @@ import static org.junit.Assert.assertEquals;
public class UrlNodeTest {
@Test
- public void testSetValue() {
+ void testSetValue() {
UrlNode url = new UrlNode();
assertEquals("(null)", url.toString());