Skip to content

Commit 072e852

Browse files
typo
1 parent 986ade8 commit 072e852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/run-encryption-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ source expansions.sh
3535
export MONGOOSE_TEST_URI=$MONGODB_URI
3636

3737
# run encryption tests
38-
npx mocha --exit ./test/encryption/*.test.js
38+
cd ..
39+
npx mocha --exit ./test/encryption/*.test.js

0 commit comments

Comments
 (0)