mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 21:27:19 +02:00
Remove unneccessary mut from app in 'test_app'
This commit is contained in:
parent
f83baa5625
commit
eb6b6bd7bf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue