Skip to content

Commit

Permalink
Update test to use 4.x Junit API
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Apr 5, 2023
1 parent ad6326a commit cd2b814
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
import org.bson.BsonInt32;
import org.junit.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.Assert.assertEquals;


public class MongoWriteExceptionTest {

Expand Down

0 comments on commit cd2b814

Please sign in to comment.