浏览代码

Update tests, fix namespace

Daniel Supernault 4 年之前
父节点
当前提交
044ad6450f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      tests/Unit/ActivityPub/NoteAttachmentTest.php
  2. 1 1
      tests/Unit/ActivityPub/RemoteFollowTest.php

+ 1 - 1
tests/Unit/ActivityPub/NoteAttachmentTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Unit;
+namespace Tests\Unit\ActivityPub;
 
 use App\Util\ActivityPub\Helpers;
 use Tests\TestCase;

+ 1 - 1
tests/Unit/ActivityPub/RemoteFollowTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Unit;
+namespace Tests\Unit\ActivityPub;
 
 use App\Util\ActivityPub\Helpers;
 use Tests\TestCase;