]> git.localhorst.tv Git - alttp.git/commitdiff
fix namespace of irc message test
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 2 Sep 2024 09:55:50 +0000 (11:55 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 2 Sep 2024 09:55:50 +0000 (11:55 +0200)
tests/Unit/TwitchBot/IRCMessageTest.php

index e5166b2f3c0618a19f0146c3831ccaa73d93e10d..be0e242c825024bc7fb89eef096cdd248cca8032 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Unit\Models;
+namespace Tests\Unit\TwitchBot;
 
 use App\TwitchBot\IRCMessage;
 use PHPUnit\Framework\TestCase;