We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
true
1 parent d38a6b6 commit 0a22e3fCopy full SHA for 0a22e3f
test/runner/filters/unified_filter.js
@@ -17,7 +17,7 @@ class UnifiedTopologyFilter {
17
18
return (
19
typeof unifiedTopology !== 'boolean' ||
20
- unifiedTopology === process.env.MONGODB_UNIFIED_TOPOLOGY
+ unifiedTopology === !!process.env.MONGODB_UNIFIED_TOPOLOGY
21
);
22
}
23
0 commit comments