Skip to content

Commit

Permalink
fix serde test name
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed Apr 3, 2024
1 parent 722580e commit cb80c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serde/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ mod tests {
}

#[test]
fn test_encoded_multikey_nonce_serde_readable() {
fn test_encoded_null_multikey_serde_readable() {
let mk: EncodedMultikey = Multikey::null().into();
assert_tokens(
&mk.readable(),
Expand Down

0 comments on commit cb80c0f

Please sign in to comment.