Skip to content

Commit 319a58a

Browse files
authored
Update IRNGProviderTest.php
1 parent d996779 commit 319a58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Providers/Rng/IRNGProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testCreateSecretDoesNotThrowOnSecureRNGProvider(): void
3434
$rng = new TestRNGProvider(true);
3535

3636
$tfa = new TwoFactorAuth('Test', 6, 30, Algorithm::Sha1, null, $rng);
37-
$this->assertSame('ABCDEFGHIJKLMNOP', $tfa->createSecret());
37+
$this->assertSame('ABCDEFGHIJKLMNOPQRSTUVWXYZ234567', $tfa->createSecret());
3838
}
3939

4040
public function testCreateSecretGeneratesDesiredAmountOfEntropy(): void

0 commit comments

Comments
 (0)