Skip to content

Commit

Permalink
Fix class name error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeyer2k committed Mar 5, 2020
1 parent 887de82 commit f63c252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

namespace Dcrypt\Tests;

class Aes extends Aes256GcmTest
class AesTest extends Aes256GcmTest
{
}

0 comments on commit f63c252

Please sign in to comment.