Update test names to reflect what they are doing
These tests are testing more than just the signature serialization.
This commit is contained in:
parent
1f08a313e5
commit
b4040f0a82
|
@ -868,7 +868,7 @@ mod test {
|
|||
|
||||
#[cfg(feature = "serde")]
|
||||
#[test]
|
||||
fn test_signature_serde() {
|
||||
fn test_serde() {
|
||||
use serde_test::{Configure, Token, assert_tokens};
|
||||
static SK_BYTES: [u8; 32] = [
|
||||
1, 1, 1, 1, 1, 1, 1, 1,
|
||||
|
|
|
@ -1241,7 +1241,7 @@ mod tests {
|
|||
#[cfg(feature = "serde")]
|
||||
#[cfg(not(rust_secp_fuzz))] // fixed sig vectors can't work with fuzz-sigs
|
||||
#[test]
|
||||
fn test_signature_serde() {
|
||||
fn test_serde() {
|
||||
use serde_test::{Configure, Token, assert_tokens};
|
||||
|
||||
let s = Secp256k1::new();
|
||||
|
|
Loading…
Reference in New Issue