Skip to content

Commit

Permalink
fix: Rename ClienteTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
Xint0 committed Aug 11, 2020
1 parent cc2c4c5 commit bafa049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ClienteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Xint0\BanxicoPHP\Cliente;
use PHPUnit\Framework\TestCase;

final class BanxicoPHPTest extends TestCase
final class ClienteTest extends TestCase
{
public function testCanBeCreatedWithToken()
{
Expand Down

0 comments on commit bafa049

Please sign in to comment.