We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7e414 commit a7e98cbCopy full SHA for a7e98cb
stackslib/src/clarity_vm/clarity.rs
@@ -1959,7 +1959,7 @@ mod tests {
1959
#[test]
1960
pub fn create_md_index() {
1961
let path_db = "/tmp/stacks-node-tests/creat_md_index";
1962
- std::fs::remove_dir_all(path_db);
+ let _ = std::fs::remove_dir_all(path_db);
1963
let mut path = PathBuf::from(path_db);
1964
1965
std::fs::create_dir_all(&path).unwrap();
@@ -2081,7 +2081,7 @@ mod tests {
2081
2082
// S1G2081040G2081040G2081040G208105NK8PE5 is the transient address
2083
let contract = "
2084
- (begin
+ (begin
2085
(asserts! (is-eq tx-sender 'S1G2081040G2081040G2081040G208105NK8PE5)
2086
(err tx-sender))
2087
0 commit comments