rename test

This commit is contained in:
sinuio
2022-03-15 21:48:08 -07:00
parent 342b35d6c9
commit bc975cdaff

View File

@@ -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);