Skip to content

Commit

Permalink
polish test
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Jan 2, 2024
1 parent 28a3ce5 commit e6d0ac8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ void testRecoveryCodeDerivation() throws Exception {

@Test
void testGenerateActivationCode() throws Exception {
final IdentifierGenerator tested = new IdentifierGenerator();

final String result = tested.generateActivationCode(new byte[10]);
final String result = identifierGenerator.generateActivationCode(new byte[10]);

// Base32 is AAAAAAAAAAAAAAAAAAAA====
assertEquals("AAAAA-AAAAA-AAAAA-AAAAA", result);
Expand Down

0 comments on commit e6d0ac8

Please sign in to comment.