Skip to content

Commit 0aa5929

Browse files
committed
lint fix
1 parent 922af55 commit 0aa5929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/Engine/controllers/rewards-controller/RewardsController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ describe('RewardsController', () => {
19341934
typeof base58.decode
19351935
>;
19361936
mockBase58Decode.mockReturnValue(
1937-
Buffer.from('decodedSolanaSignature', 'utf8'),
1937+
Buffer.from('decodedSolanaSignature', 'utf8') as unknown as Uint8Array,
19381938
);
19391939
mockToHex.mockReturnValue('0xdecodedSolanaSignature');
19401940

0 commit comments

Comments
 (0)