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.
2 parents 16f50a8 + a7e98cb commit 62202cfCopy full SHA for 62202cf
stackslib/src/clarity_vm/clarity.rs
@@ -1963,7 +1963,7 @@ mod tests {
1963
#[test]
1964
pub fn create_md_index() {
1965
let path_db = "/tmp/stacks-node-tests/creat_md_index";
1966
- std::fs::remove_dir_all(path_db);
+ let _ = std::fs::remove_dir_all(path_db);
1967
let mut path = PathBuf::from(path_db);
1968
1969
std::fs::create_dir_all(&path).unwrap();
@@ -2085,7 +2085,7 @@ mod tests {
2085
2086
// S1G2081040G2081040G2081040G208105NK8PE5 is the transient address
2087
let contract = "
2088
- (begin
+ (begin
2089
(asserts! (is-eq tx-sender 'S1G2081040G2081040G2081040G208105NK8PE5)
2090
(err tx-sender))
2091
0 commit comments