Skip to content

Commit 2ff51a2

Browse files
committed
chore: make test pass on reruns
1 parent 6d3fef8 commit 2ff51a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stackslib/src/clarity_vm/clarity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,7 @@ mod tests {
19591959
#[test]
19601960
pub fn create_md_index() {
19611961
let path_db = "/tmp/stacks-node-tests/creat_md_index";
1962+
std::fs::remove_dir_all(path_db);
19621963
let mut path = PathBuf::from(path_db);
19631964

19641965
std::fs::create_dir_all(&path).unwrap();

0 commit comments

Comments
 (0)