Skip to content

Commit 31b4484

Browse files
committed
Align with switch to junit-jupiter
1 parent b97f4cc commit 31b4484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-path/src/test/java/com/jayway/jsonpath/DeleteMissingPathTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.jayway.jsonpath;
22

33
import com.jayway.jsonpath.spi.json.*;
4-
import org.junit.Test;
4+
import org.junit.jupiter.api.Test;
55

66
public class DeleteMissingPathTest {
77

0 commit comments

Comments
 (0)