Skip to content

Commit 7595a77

Browse files
committed
test(uri): correct typo preventing non-unified test runs
1 parent c9a5985 commit 7595a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/uri_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ describe('URI', function() {
199199

200200
const topologyPrototype = this.configuration.usingUnifiedTopology()
201201
? NativeTopology.prototype
202-
: ReplSet.prototpe;
202+
: ReplSet.prototype;
203203

204204
const connectStub = sinon.stub(topologyPrototype, 'connect').callsFake(validateConnect);
205205
const uri = 'mongodb://some-hostname/test?ssl=true&authMechanism=MONGODB-X509&replicaSet=rs0';

0 commit comments

Comments
 (0)