Skip to content

Commit

Permalink
update mongodb binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Jan 7, 2025
1 parent 767919b commit 5a4c869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/setup/.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PAYMENT_PROOF_S3_BUCKET=local-payment-proof-bucket
NODE_ENV=test
FORMSG_SDK_MODE=test

MONGO_BINARY_VERSION=4.0.22
MONGO_BINARY_VERSION=6.0.19
MOCK_WEBHOOK_CONFIG_FILE=webhook-server-config.csv
MOCK_WEBHOOK_PORT=4000

Expand Down
2 changes: 1 addition & 1 deletion __tests__/setup/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class MemoryDatabaseServer {
constructor() {
this.mongod = new MongoMemoryServer({
binary: {
version: process.env.MONGO_BINARY_VERSION || '4.0.22',
version: process.env.MONGO_BINARY_VERSION || '6.0.19',
checkMD5: true,
},
instance: {},
Expand Down

0 comments on commit 5a4c869

Please sign in to comment.