diff --git a/tests/KeyValueLockingTest.php b/tests/KeyValueLockingTest.php index 33fcb8c0..ba118dbb 100644 --- a/tests/KeyValueLockingTest.php +++ b/tests/KeyValueLockingTest.php @@ -46,9 +46,6 @@ public function testPessimisticLockingWorkflow() $this->assertNotEquals($lockedCas, $res->cas()); $collection->unlock($id, $lockedCas); - - $res = $collection->get($id); - $this->assertEquals($lockedCas, $res->cas()); } public function testUnlockingUnlockedDocumentThrowsDocNotLocked()