Skip to content

Commit

Permalink
Travis CI fail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko committed Feb 22, 2020
1 parent 2211adc commit 21bbf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Validators/AlphaNumericDashValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
use Tests\BaseTestCase;

/**
* Class AlphaDashValidatorTest
* Class AlphaNumericDashValidatorTest
*
* @package Tests
*/
class AlphaDashValidatorTest extends BaseTestCase
class AlphaNumericDashValidatorTest extends BaseTestCase
{
public function testSuccess()
{
Expand Down

0 comments on commit 21bbf9b

Please sign in to comment.