From 1b6bc63529409c55b1c3231b54a30d8fadba3663 Mon Sep 17 00:00:00 2001 From: Byron Hulcher Date: Fri, 11 Feb 2022 22:26:17 -0500 Subject: [PATCH] Fix comment --- .../crawl_custom_settings_flyout/url_combo_box.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/url_combo_box.test.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/url_combo_box.test.tsx index 1d5ea6add75b1..831b6066b21ea 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/url_combo_box.test.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/components/crawl_custom_settings_flyout/url_combo_box.test.tsx @@ -34,7 +34,7 @@ const MOCK_VALUES = { }; const MOCK_ACTIONS = { - // CrawlCustomSettingsFlyoutLogic + // UrlComboBoxLogic setIsInvalid: jest.fn(), };