mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix namespace of RefreshWebcalServiceTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
1a55ba5e3b
commit
49b650c4a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue