Skip to content

Commit be15f8a

Browse files
committed
[misc] test stability correction
1 parent f81a259 commit be15f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ module.exports.getHostSuffix = function getHostSuffix() {
135135
};
136136

137137
module.exports.isLocalDb = function isLocalDb() {
138-
return process.env.LOCAL_DB === 'local' || localEnv === undefined;
138+
return process.env.LOCAL_DB === 'local' || process.env.LOCAL_DB === undefined;
139139
};

0 commit comments

Comments
 (0)