mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 03:34:22 -05:00
Merge pull request #5248 from Roardom/fix-listener-test
(Fix) Registered user is greeted in chatroom test
This commit is contained in:
@@ -24,6 +24,7 @@ use Illuminate\Support\Facades\Event;
|
||||
use function Pest\Laravel\assertDatabaseHas;
|
||||
|
||||
test('newly registered user is greeted in chat room', function (): void {
|
||||
$this->seed(UserSeeder::class);
|
||||
$this->seed(ChatroomSeeder::class);
|
||||
$user = User::factory()->create();
|
||||
$bot = Bot::factory()->create([
|
||||
|
||||
Reference in New Issue
Block a user