mirror of https://github.com/fafhrd91/actix-net
add regression test
This commit is contained in:
parent
873ed9fe56
commit
5be752a39d
|
|
@ -309,8 +309,5 @@ mod tests {
|
||||||
|
|
||||||
// Regression test for https://github.com/actix/actix-net/issues/364.
|
// Regression test for https://github.com/actix/actix-net/issues/364.
|
||||||
assert!(path.exists());
|
assert!(path.exists());
|
||||||
|
|
||||||
drop(lst);
|
|
||||||
assert!(!path.exists());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue