8000 [Semaphore] Fix test · symfony/symfony@daec724 · GitHub
[go: up one dir, main page]

Skip to content

Commit daec724

Browse files
[Semaphore] Fix test
1 parent aee6adf commit daec724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function testPutOffExpirationWhenSaveHasNotBeenCalled()
204204
$key1 = new Key(__METHOD__, 4, 2);
205205

206206
$this->expectException(SemaphoreExpiredException::class);
207-
$this->expectExceptionMessage('The semaphore "Symfony\Component\Semaphore\Tests\Store\AbstractStoreTest::testPutOffExpirationWhenSaveHasNotBeenCalled" has expired: the script returns a positive number.');
207+
$this->expectExceptionMessage('The semaphore "Symfony\Component\Semaphore\Tests\Store\AbstractStoreTestCase::testPutOffExpirationWhenSaveHasNotBeenCalled" has expired: the script returns a positive number.');
208208

209209
$store->putOffExpiration($key1, 20);
210210
}

0 commit comments

Comments
 (0)
0