Skip to content

Commit

Permalink
[token-detection-controller] test: remove unnecessary as unknown as
Browse files Browse the repository at this point in the history
… cast
  • Loading branch information
MajorLift committed Feb 5, 2024
1 parent e504d2e commit 6fde161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ async function withController<ReturnValue>(
'KeyringController:getState',
mockKeyringState.mockReturnValue({
isUnlocked: true,
} as unknown as KeyringControllerState),
} as KeyringControllerState),
);
const mockGetNetworkConfigurationByNetworkClientId = jest.fn<
ReturnType<NetworkController['getNetworkConfigurationByNetworkClientId']>,
Expand Down

0 comments on commit 6fde161

Please sign in to comment.