fix tests

This commit is contained in:
Aram Drevekenin 2024-04-26 11:08:38 +02:00
parent 1fdcf51d79
commit 18e328db08

View File

@ -271,6 +271,7 @@ fn create_plugin_thread(
store,
data_dir,
Box::new(Layout::default()),
None,
default_shell,
zellij_cwd,
plugin_capabilities,
@ -349,6 +350,7 @@ fn create_plugin_thread_with_server_receiver(
store,
data_dir,
Box::new(Layout::default()),
None,
default_shell,
zellij_cwd,
plugin_capabilities,
@ -433,6 +435,7 @@ fn create_plugin_thread_with_pty_receiver(
store,
data_dir,
Box::new(Layout::default()),
None,
default_shell,
zellij_cwd,
plugin_capabilities,
@ -512,6 +515,7 @@ fn create_plugin_thread_with_background_jobs_receiver(
store,
data_dir,
Box::new(Layout::default()),
None,
default_shell,
zellij_cwd,
plugin_capabilities,