mirror of https://github.com/fafhrd91/actix-web
fix missing test atrtibute from rebasing
This commit is contained in:
parent
320fa713c6
commit
0bdc663e07
|
@ -219,6 +219,7 @@ mod tests {
|
|||
assert_eq!(extensions.get_mut(), Some(&mut 20u8));
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_drain_from() {
|
||||
let mut ext = Extensions::new();
|
||||
ext.insert(2isize);
|
||||
|
|
Loading…
Reference in New Issue