mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 21:38:00 -05:00
rename test
This commit is contained in:
@@ -16,7 +16,7 @@ mod tests {
|
||||
use rand::thread_rng;
|
||||
|
||||
#[test]
|
||||
fn test() {
|
||||
fn test_secret_share() {
|
||||
let mut rng = thread_rng();
|
||||
|
||||
let server_secret = SecretKey::random(&mut rng);
|
||||
|
||||
Reference in New Issue
Block a user