Remove Helper.SHA256() method
This commit is contained in:
parent
bdf8a58818
commit
c08237d399
3 changed files with 1 additions and 25 deletions
app/src/test/java/io/lbry/browser/utils
|
@ -4,8 +4,4 @@ import junit.framework.TestCase;
|
|||
|
||||
public class HelperTest extends TestCase {
|
||||
|
||||
public void testSHA256() {
|
||||
// Using a fake user id, which is a long.
|
||||
assertEquals("de9edb2044d012f04553e49b04d54cbec8e8a46a40ad5a19bc5dcce1da00ecfd", Helper.SHA256(String.valueOf(12345678912345L)));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue