Skip to content

Commit b032597

Browse files
SK-2440: update imports to use junit 4
1 parent edcb966 commit b032597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/test/java/com/skyflow/utils/UtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import java.util.*;
2020

21-
import static org.junit.jupiter.api.Assertions.assertEquals;
21+
import static org.junit.Assert.assertEquals;
2222

2323
public class UtilsTests {
2424
private static final String INVALID_EXCEPTION_THROWN = "Should not have thrown any exception";

0 commit comments

Comments
 (0)