This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch random-root-nodejs-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/random-root-nodejs-test by
this push:
new 6bb9c367d fix
6bb9c367d is described below
commit 6bb9c367db2f886b554ce45562828da10e99a26a
Author: suyanhanx <[email protected]>
AuthorDate: Wed Nov 1 19:49:00 2023 +0800
fix
Signed-off-by: suyanhanx <[email protected]>
---
bindings/nodejs/tests/utils.mjs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/nodejs/tests/utils.mjs b/bindings/nodejs/tests/utils.mjs
index 4c5292ddd..b871bc041 100644
--- a/bindings/nodejs/tests/utils.mjs
+++ b/bindings/nodejs/tests/utils.mjs
@@ -35,7 +35,7 @@ export function loadTestSchemeFromEnv() {
}
export function checkRandomRootEnabled() {
- return process.env.OPENDAL_DISABLE_RANDOM_ROOT === 'true'
+ return process.env.OPENDAL_DISABLE_RANDOM_ROOT !== "true"
}
export function generateRandomRoot(baseRoot) {