Skip to content

Commit 13bb49c

Browse files
committed
chore: update mongodb-client-encryption to 1.0.0 in testing
1 parent 8588e57 commit 13bb49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

+1-1
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]-rc3.0
30+
npm install [email protected]
3131
fi
3232

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

0 commit comments

Comments
 (0)