diff --git a/src/ui.rs b/src/ui.rs index 06ed1f34..2c66f461 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -311,6 +311,7 @@ mod tests { ws.identity_cwd = repo.clone(); let root_pane = ws.tabs[0].root_pane; ws.tabs[0].pane_cwds.insert(root_pane, repo.clone()); + ws.refresh_git_ahead_behind(); app.workspaces = vec![ws]; app.selected = 0;