Skip to content

Commit 42f9e4d

Browse files
committed
chore: depend on latest version of client encryption module
1 parent d6be890 commit 42f9e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ -z "${CLIENT_ENCRYPTION}" ]]; then
2727
unset AWS_ACCESS_KEY_ID;
2828
unset AWS_SECRET_ACCESS_KEY;
2929
else
30-
npm install [email protected]rc0
30+
npm install [email protected]rc3.0
3131
fi
3232

3333
MONGODB_UNIFIED_TOPOLOGY=${UNIFIED} MONGODB_URI=${MONGODB_URI} npm test

0 commit comments

Comments
 (0)