mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
Merge pull request #26143 from nextcloud/techdebt/noid/fix-cs
Fix CS in CacheTest
This commit is contained in:
commit
7a09b7d60e
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ class CacheTest extends TestCase {
|
|||
self::loginHelper(self::TEST_FILES_SHARING_API_USER2);
|
||||
|
||||
/** @var SharedStorage $sharedStorage */
|
||||
list($sharedStorage) = \OC\Files\Filesystem::resolvePath('/' . self::TEST_FILES_SHARING_API_USER2 . '/files/sub');
|
||||
[$sharedStorage] = \OC\Files\Filesystem::resolvePath('/' . self::TEST_FILES_SHARING_API_USER2 . '/files/sub');
|
||||
|
||||
$results = $sharedStorage->getCache()->search("foo.txt");
|
||||
$this->assertCount(1, $results);
|
||||
|
|
|
|||
Loading…
Reference in a new issue