Skip to content

Commit

Permalink
Update indexer/services/socks/__tests__/helpers/from-kafka-helpers.te…
Browse files Browse the repository at this point in the history
…st.ts

Co-authored-by: shrenujb <[email protected]>
  • Loading branch information
vincentwschau and shrenujb authored May 20, 2024
1 parent b27f8e5 commit 576e8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('from-kafka-helpers', () => {
expect(messageToForward.subaccountNumber).toEqual(defaultChildAccNumber);
});

it('filters out transfers between child subaccounts for parent subaccout channel', () => {
it('filters out transfers between child subaccounts for parent subaccount channel', () => {
const transferContents: SubaccountMessageContents = {
transfers: {
...defaultTransferContents,
Expand Down

0 comments on commit 576e8d1

Please sign in to comment.