Skip to content

Commit

Permalink
Correct a Test Class Name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguitarguy committed Jul 15, 2024
1 parent 508a72c commit 0caa2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Retry/LimitedSpecTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use PMG\Queue\SimpleMessage;
use PMG\Queue\Exception\InvalidArgumentException;

class LimitSpecTest extends \PMG\Queue\UnitTestCase
class LimitedSpecTest extends \PMG\Queue\UnitTestCase
{
public static function badAttempts()
{
Expand Down

0 comments on commit 0caa2a1

Please sign in to comment.