From 32c7cf4d7917803f07d49d470697741a2dfb734b Mon Sep 17 00:00:00 2001 From: git-directory-deploy <> Date: Tue, 8 Mar 2022 17:56:17 +0100 Subject: [PATCH] fix mock --- tests/__mocks__/store.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/__mocks__/store.ts b/tests/__mocks__/store.ts index 2b90dae25..74f61acc8 100644 --- a/tests/__mocks__/store.ts +++ b/tests/__mocks__/store.ts @@ -145,7 +145,6 @@ export const mockInitialProfileState: Profile = { challengeHash: '', duelHash: '', quizHash: '', - fluidPricesHash: '', explorationHash: '', isFirstConnection: false, partnersIssueDate: DateTime.fromISO('0000-01-01T00:00:00.000Z'), -- GitLab