Skip to content

Commit d8d9511

Browse files
committed
Merge branch 'v1.4'
2 parents d848f58 + 18fca8c commit d8d9511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/WatchFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ private function killChangeStreamCursor(ChangeStream $changeStream)
973973
private function skipIfStartAtOperationTimeNotSupported()
974974
{
975975
if (!\MongoDB\server_supports_feature($this->getPrimaryServer(), self::$wireVersionForStartAtOperationTime)) {
976-
$this->markTestSkipped('Operation time is not supported');
976+
$this->markTestSkipped('startAtOperationTime is not supported');
977977
}
978978
}
979979
}

0 commit comments

Comments
 (0)