mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed another rename :-/
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
978a0272a5
commit
f32bf35c22
|
@ -8,7 +8,7 @@ use App\Models\User;
|
||||||
use Illuminate\Testing\Fluent\AssertableJson;
|
use Illuminate\Testing\Fluent\AssertableJson;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
class LocationIndexTest extends TestCase
|
class IndexLocationsTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testViewingLocationIndexRequiresAuthentication()
|
public function testViewingLocationIndexRequiresAuthentication()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue