Skip to content

Commit

Permalink
cleaning up dummy action factory
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Dec 12, 2024
1 parent 0aeec84 commit 335dffa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/services/actions-service/actions-service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,18 @@ function dummyAction({
sequenceNumber = 1,
accountUpdateId = '1',
zkappAccountUpdateIds = [1],
zkappEventElementIds = [1],
}: {
sequenceNumber?: number;
accountUpdateId?: string;
eventElementId?: string;
zkappAccountUpdateIds?: number[];
zkappEventElementIds?: number[];
}): Action {
return {
accountUpdateId,
data: ['dummy'],
transactionInfo: {
sequenceNumber,
zkappAccountUpdateIds,
zkappEventElementIds,
zkappFieldArrayElementIds: [1], // dummy
authorizationKind: 'dummy',
hash: 'dummy',
memo: 'dummy',
Expand Down

0 comments on commit 335dffa

Please sign in to comment.