From 3d4a24b2fd15c04815234bebaaba44f5ff3ec92e Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Wed, 5 May 2021 18:42:30 -0500 Subject: [PATCH] rename --- src/Explorer/Explorer.tsx | 4 ++-- .../AddDatabasePanel.test.tsx} | 2 +- .../AddDatabasePanel.tsx} | 0 .../__snapshots__/AddDatabasePanelF.test.tsx.snap | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename src/Explorer/Panes/{AddDatabasePanelF/AddDatabasePanelF.test.tsx => AddDatabasePanel/AddDatabasePanel.test.tsx} (88%) rename src/Explorer/Panes/{AddDatabasePanelF/AddDatabasePanelF.tsx => AddDatabasePanel/AddDatabasePanel.tsx} (100%) rename src/Explorer/Panes/{AddDatabasePanelF => AddDatabasePanel}/__snapshots__/AddDatabasePanelF.test.tsx.snap (100%) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index 27702fae8..98340308a 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -1,5 +1,5 @@ -import * as ko from "knockout"; import { IChoiceGroupProps } from "@fluentui/react"; +import * as ko from "knockout"; import * as path from "path"; import Q from "q"; import React from "react"; @@ -53,7 +53,7 @@ import { NotebookUtil } from "./Notebook/NotebookUtil"; import AddCollectionPane from "./Panes/AddCollectionPane"; import { AddCollectionPanel } from "./Panes/AddCollectionPanel"; import AddDatabasePane from "./Panes/AddDatabasePane"; -import { AddDatabasePanelF } from "./Panes/AddDatabasePanelF/AddDatabasePanelF"; +import { AddDatabasePanelF } from "./Panes/AddDatabasePanel/AddDatabasePanel"; import { BrowseQueriesPane } from "./Panes/BrowseQueriesPane/BrowseQueriesPane"; import CassandraAddCollectionPane from "./Panes/CassandraAddCollectionPane"; import { ContextualPaneBase } from "./Panes/ContextualPaneBase"; diff --git a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.test.tsx b/src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.test.tsx similarity index 88% rename from src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.test.tsx rename to src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.test.tsx index fb10a15b1..0e3619ccd 100644 --- a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.test.tsx +++ b/src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.test.tsx @@ -1,7 +1,7 @@ import { shallow } from "enzyme"; import React from "react"; import Explorer from "../../Explorer"; -import { AddDatabasePanelF } from "./AddDatabasePanelF"; +import { AddDatabasePanelF } from "./AddDatabasePanel"; const props = { explorer: new Explorer(), diff --git a/src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx b/src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.tsx similarity index 100% rename from src/Explorer/Panes/AddDatabasePanelF/AddDatabasePanelF.tsx rename to src/Explorer/Panes/AddDatabasePanel/AddDatabasePanel.tsx diff --git a/src/Explorer/Panes/AddDatabasePanelF/__snapshots__/AddDatabasePanelF.test.tsx.snap b/src/Explorer/Panes/AddDatabasePanel/__snapshots__/AddDatabasePanelF.test.tsx.snap similarity index 100% rename from src/Explorer/Panes/AddDatabasePanelF/__snapshots__/AddDatabasePanelF.test.tsx.snap rename to src/Explorer/Panes/AddDatabasePanel/__snapshots__/AddDatabasePanelF.test.tsx.snap