From 46886c12d41fbad151a4c5712c7188c4c985459a Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 21 Feb 2024 10:17:06 +0100 Subject: style(code): cleanups --- zellij-server/src/plugins/unit/plugin_tests.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'zellij-server/src/plugins/unit/plugin_tests.rs') diff --git a/zellij-server/src/plugins/unit/plugin_tests.rs b/zellij-server/src/plugins/unit/plugin_tests.rs index 5b2c71feb..d8ef6ca2e 100644 --- a/zellij-server/src/plugins/unit/plugin_tests.rs +++ b/zellij-server/src/plugins/unit/plugin_tests.rs @@ -633,14 +633,6 @@ pub fn load_new_plugin_with_plugin_alias() { let (plugin_thread_sender, screen_receiver, teardown) = create_plugin_thread(None); let plugin_should_float = Some(false); let plugin_title = Some("test_plugin".to_owned()); - // TODO: CONTINUE HERE (16/2) - // - add an alias version of this test - DONE - // - then make a version of the layout_with_plugin_panes test that also includes aliases (or - // add it to that test?) - N/A - // - then look through this file to see what other tests we can add, then look at more tests - // in these files: - // - plugin_tests - // - screen_tests let run_plugin = RunPluginOrAlias::Alias(PluginAlias { name: "fixture_plugin_for_tests".to_owned(), configuration: Default::default(), -- cgit v1.2.3