Skip to content

Commit e65c598

Browse files
committed
PHPC-1392: Fix error assertion for server 3.0 through 3.4
1 parent 095f93d commit e65c598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/standalone/connectiontimeoutexception-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ echo throws(function() use ($manager, $command) {
2929
<?php exit(0); ?>
3030
--EXPECT--
3131
OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException
32-
Failed to send "sleep" command with database "admin": Failed to read 4 bytes: socket error or timeout
32+
Failed to send "sleep" command with database "admin": %Ssocket error or timeout
3333
===DONE===

0 commit comments

Comments
 (0)