Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 18, 2024
1 parent 53099b1 commit ccdaffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/integration/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('Other routes', () => {
identityAlias = await fixtures.identity_alias(knex, {
alias: 'dpns.dash',
identity,
state_transition_hash: identityTransaction.hash,
state_transition_hash: identityTransaction.hash
})

dataContractTransaction = await fixtures.transaction(knex, {
Expand Down

0 comments on commit ccdaffe

Please sign in to comment.