Skip to content

Commit cd2b814

Browse files
committed
Update test to use 4.x Junit API
JAVA-4219
1 parent ad6326a commit cd2b814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver-core/src/test/unit/com/mongodb/MongoWriteExceptionTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
import org.bson.BsonInt32;
2222
import org.junit.Test;
2323

24-
import static org.junit.jupiter.api.Assertions.assertEquals;
24+
import static org.junit.Assert.assertEquals;
25+
2526

2627
public class MongoWriteExceptionTest {
2728

0 commit comments

Comments
 (0)