WIP: Get everything compiling again and keep window open

This commit is contained in:
Nathan Sobo
2021-03-19 12:12:10 -06:00
parent 605bdd62dd
commit cfe3aae2de
10 changed files with 316 additions and 319 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ mod tests {
#[test]
fn test_open_paths_action() {
App::test(|mut app| async move {
App::test((), |mut app| async move {
let settings = settings::channel(&FontCache::new()).unwrap().1;
init(&mut app);
+1 -1
View File
@@ -228,7 +228,7 @@ mod tests {
#[test]
fn test_open_entry() -> Result<(), Arc<anyhow::Error>> {
App::test(|mut app| async move {
App::test((), |mut app| async move {
let dir = temp_tree(json!({
"a": {
"aa": "aa contents",
+2 -2
View File
@@ -331,7 +331,7 @@ mod tests {
#[test]
fn test_open_entry() -> Result<()> {
App::test(|mut app| async move {
App::test((), |mut app| async move {
let dir = temp_tree(json!({
"a": {
"aa": "aa contents",
@@ -399,7 +399,7 @@ mod tests {
#[test]
fn test_pane_actions() -> Result<()> {
App::test(|mut app| async move {
App::test((), |mut app| async move {
pane::init(&mut app);
let dir = temp_tree(json!({