diff --git a/tests/TestCase.php b/tests/TestCase.php index f6d6fa0..1074751 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -2,8 +2,8 @@ namespace Tests; -use App\BotManTester; use BotMan\BotMan\BotMan; +use BotMan\Studio\Testing\BotManTester; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase