From 1e98041cd2f75675cf151d363e212743cb98c865 Mon Sep 17 00:00:00 2001 From: Remi Date: Mon, 8 Feb 2021 16:31:55 +0100 Subject: [PATCH] fix(splunk-on-call-plugin): mock file Copyright --- plugins/splunk-on-call/src/api/mocks.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/plugins/splunk-on-call/src/api/mocks.ts b/plugins/splunk-on-call/src/api/mocks.ts index 77b586b914..86df04275d 100644 --- a/plugins/splunk-on-call/src/api/mocks.ts +++ b/plugins/splunk-on-call/src/api/mocks.ts @@ -1,10 +1,3 @@ -import { - EscalationPolicyInfo, - Incident, - Team, - User, -} from '../components/types'; - /* * Copyright 2021 Spotify AB * @@ -20,6 +13,14 @@ import { * See the License for the specific language governing permissions and * limitations under the License. */ + +import { + EscalationPolicyInfo, + Incident, + Team, + User, +} from '../components/types'; + export const MOCKED_USER: User = { createdAt: '2021-02-01T23:38:38Z', displayName: 'Test User',