Skip to content

Commit

Permalink
test: match ReedSolomonCodecTest class name up with filename
Browse files Browse the repository at this point in the history
  • Loading branch information
athos-ribeiro authored Sep 5, 2023
1 parent 2ca5870 commit 4fd5a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Common/ReedSolomonCodecTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PHPUnit\Framework\TestCase;
use SplFixedArray;

class ReedSolomonTest extends TestCase
class ReedSolomonCodecTest extends TestCase
{
public function tabs() : array
{
Expand Down

0 comments on commit 4fd5a3c

Please sign in to comment.