mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Fix tests
This commit is contained in:
parent
c7b1961d02
commit
006ff7be8f
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ class CryptoTest extends TestCase
|
||||||
return 1;
|
return 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
self::assertSame(1, Crypto::randomDigits(1));
|
self::assertSame('1', Crypto::randomDigits(1));
|
||||||
self::assertSame(11111111, Crypto::randomDigits(8));
|
self::assertSame('11111111', Crypto::randomDigits(8));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testDiasporaPubRsaToMe()
|
public function testDiasporaPubRsaToMe()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue