Remove unneccessary mut from app in 'test_app'

This commit is contained in:
orhun 2021-02-07 17:24:06 +03:00
parent f83baa5625
commit eb6b6bd7bf
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -1623,7 +1623,7 @@ mod tests {
#[test] #[test]
fn test_app() { fn test_app() {
let mut app = TTApp::new().unwrap(); let app = TTApp::new().unwrap();
let (contexts, headers) = app.get_all_contexts(); let (contexts, headers) = app.get_all_contexts();
dbg!(contexts); dbg!(contexts);