Skip to content

Commit

Permalink
fix: remove unnecessary var
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jan 31, 2025
1 parent 4aad890 commit dcb36a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libsigner/src/libsigner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,5 @@ lazy_static! {

#[test]
fn test_version_string() {
let version = VERSION_STRING.to_string();
assert!(version.contains(format!("stacks-signer {}", STACKS_SIGNER_VERSION).as_str()));
assert!(VERSION_STRING.contains(format!("stacks-signer {}", STACKS_SIGNER_VERSION).as_str()));
}

0 comments on commit dcb36a2

Please sign in to comment.