This commit is contained in:
epi
2022-04-14 06:46:26 -05:00
parent fffd1e5c82
commit bba7cba02e

View File

@@ -263,6 +263,8 @@ fn heuristics_static_wildcard_request_with_dont_filter() -> Result<(), Box<dyn s
.arg("--dont-filter")
.unwrap();
teardown_tmp_directory(tmp_dir);
assert_eq!(mock.hits(), 0);
Ok(())
}