Skip to content

Commit b8ad313

Browse files
committed
Fix AbstractClientSideEncryptionAutoDataKeysTest deprecation warning.
Updated DISPLAY_NAME_PLACEHOLDER path.
1 parent 1cd05c5 commit b8ad313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-sync/src/test/functional/com/mongodb/client/AbstractClientSideEncryptionAutoDataKeysTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
import static org.junit.jupiter.api.Assertions.assertTrue;
6060
import static org.junit.jupiter.api.Assumptions.assumeFalse;
6161
import static org.junit.jupiter.api.Assumptions.assumeTrue;
62-
import static org.junit.jupiter.params.ParameterizedTest.DISPLAY_NAME_PLACEHOLDER;
62+
import static org.junit.jupiter.params.ParameterizedInvocationConstants.DISPLAY_NAME_PLACEHOLDER;
6363

6464
/**
6565
* See <a href="https://github.com/mongodb/specifications/tree/master/source/client-side-encryption/tests#automatic-data-encryption-keys">

0 commit comments

Comments
 (0)