Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 17, 2024
1 parent 8a9d657 commit c84565c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,8 @@ mod test {
assert_eq!(sig.signatures[0].size(), 3);
assert_eq!(sig.signatures[1].size(), 2);
assert_eq!(sig.signatures[2].size(), 1);

assert_eq!(sig.name(), "");
}

#[test]
Expand Down

0 comments on commit c84565c

Please sign in to comment.