Skip to content

Commit a175847

Browse files
committed
chore: fix formatting
1 parent ec591c4 commit a175847

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cash-account-service/src/CashAccountService.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,10 @@ describe('CashAccountService', () => {
146146

147147
mocks.withKeyring.mockImplementation(async (_selector, operation) => {
148148
return operation({
149-
keyring: { type: 'HD Key Tree', mnemonic: null } as unknown as HdKeyring,
149+
keyring: {
150+
type: 'HD Key Tree',
151+
mnemonic: null,
152+
} as unknown as HdKeyring,
150153
metadata: { id: MOCK_ENTROPY_SOURCE, name: '' },
151154
});
152155
});

0 commit comments

Comments
 (0)