Skip to content

Commit

Permalink
improve test name
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Feb 17, 2023
1 parent ab8cbec commit 46ea12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/KeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function testLongV4SymmetricKey()
new SymmetricKey(random_bytes(33), new Version4());
}

public function testBuildTokenWithReadingSecretKeyFromEncodedString()
public function testVersion3BuildTokenWithReadingSecretKeyFromEncodedString()
{
$privateKey = AsymmetricSecretKey::generate(new Version3());
$privateKeyEncoded = $privateKey->encode();
Expand Down

0 comments on commit 46ea12b

Please # to comment.