Skip to content

Commit dcb36a2

Browse files
committed
fix: remove unnecessary var
1 parent 4aad890 commit dcb36a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libsigner/src/libsigner.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@ lazy_static! {
8888

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

0 commit comments

Comments
 (0)