fix chunking tests
This commit is contained in:
parent
75f126da49
commit
9202d2f45a
1 changed files with 2 additions and 0 deletions
|
@ -210,7 +210,9 @@ class File extends \Test\TestCase {
|
|||
$caughtException = null;
|
||||
try {
|
||||
// last chunk
|
||||
$file->acquireLock(ILockingProvider::LOCK_SHARED);
|
||||
$file->put('test data two');
|
||||
$file->releaseLock(ILockingProvider::LOCK_SHARED);
|
||||
} catch (\Exception $e) {
|
||||
$caughtException = $e;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue