Browse Source

Fix namespace of RefreshWebcalServiceTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v25.0.0beta1
Côme Chilliet 2 years ago
parent
commit
49b650c4a4
No account linked to committer's email address

+ 1
- 1
apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php View File

@@ -24,7 +24,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
namespace OCA\DAV\Tests\unit\BackgroundJob;
namespace OCA\DAV\Tests\unit\CalDAV\WebcalCaching;

use GuzzleHttp\HandlerStack;
use OCA\DAV\CalDAV\CalDavBackend;

Loading…
Cancel
Save