mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix class names (#11441)
This commit is contained in:
@@ -29,7 +29,7 @@ use App\Models\Device;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
use LibreNMS\Tests\DBTestCase;
|
||||
|
||||
class AddhostCliTest extends DBTestCase
|
||||
class AddHostCliTest extends DBTestCase
|
||||
{
|
||||
use DatabaseTransactions;
|
||||
private $hostName = "testHost";
|
||||
Reference in New Issue
Block a user