From 578d942c2db97e04d2982f6493a16173db00e0c0 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Fri, 7 Dec 2018 12:37:11 +0300 Subject: [PATCH] rename test --- script/src/sign.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/src/sign.rs b/script/src/sign.rs index 18439460..3fc1b87a 100644 --- a/script/src/sign.rs +++ b/script/src/sign.rs @@ -552,7 +552,7 @@ mod tests { // revision: // https://github.com/zcash/zcash/blob/9cd74866c72857145952bb9e3aa8e0c04a99b711/src/test/data/sighash.json #[test] - fn test_sighash_overwinter() { + fn test_signature_hash() { let tests = include_bytes!("../data/sighash_tests.json"); let tests: Vec = from_slice(tests).unwrap(); for (idx, test) in tests.into_iter().skip(1).enumerate() {