Skip to content

Commit 37dbda7

Browse files
committed
PHPC-980: Use correct topology constant in CLEANUP()
1 parent 01d01f4 commit 37dbda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/session/session-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\Session spec test: session cannot be used for different clients
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
5-
<?php NEEDS('STANDALONE'); CLEANUP(REPLICASET); ?>
5+
<?php NEEDS('STANDALONE'); CLEANUP(STANDALONE); ?>
66
--FILE--
77
<?php
88
require_once __DIR__ . "/../utils/basic.inc";

0 commit comments

Comments
 (0)