From daf8cfea2ae10b89a4e2eae832af210afd53eb07 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 21 Mar 2019 08:27:13 -0700 Subject: [PATCH] Remove unneeded flow fixme Summary: Per title. Reviewed By: jknoxville Differential Revision: D14561355 fbshipit-source-id: 45681a754ff91d90057d48ba9f567770a87bc3c6 --- src/utils/__tests__/exportData.electron.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/__tests__/exportData.electron.js b/src/utils/__tests__/exportData.electron.js index b3f6dcbf3..7e39a9fdd 100644 --- a/src/utils/__tests__/exportData.electron.js +++ b/src/utils/__tests__/exportData.electron.js @@ -257,7 +257,6 @@ test('test processStore function to have only the client for the selected device expect(json).toBeDefined(); //$FlowFixMe Flow doesn't that its a test and the assertion for null is already added const {clients} = json; - //$FlowFixMe Flow doesn't that its a test and the assertion for null is already added const {pluginStates} = json.store; let expectedPluginState = { [generateClientIdentifierWithSalt(selectedDeviceClientIdentifier, 'salt') +