Skip to content

Commit 18fca8c

Browse files
committed
Fix test skip message
1 parent 234d565 commit 18fca8c

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
@@ -963,7 +963,7 @@ private function killChangeStreamCursor(ChangeStream $changeStream)
963963
private function skipIfStartAtOperationTimeNotSupported()
964964
{
965965
if (!\MongoDB\server_supports_feature($this->getPrimaryServer(), self::$wireVersionForStartAtOperationTime)) {
966-
$this->markTestSkipped('Operation time is not supported');
966+
$this->markTestSkipped('startAtOperationTime is not supported');
967967
}
968968
}
969969
}

0 commit comments

Comments
 (0)