fix class names (#11441)

This commit is contained in:
Tony Murray 2020-04-20 14:17:14 -05:00 committed by GitHub
parent c0763e8fb1
commit 64817209eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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";