Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschakki committed Dec 7, 2023
1 parent 89d0538 commit 39d1d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ describe('SubmitMainchainCrossChainUpdateCommand', () => {
},
},
}),
).resolves.toEqual({ status: VerifyStatus.OK });
).resolves.toEqual({ status: StateMachine.VerifyStatus.OK });
});
});

Expand Down

0 comments on commit 39d1d32

Please sign in to comment.