Skip to content

Commit

Permalink
fix: small wording issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SissonJ committed Mar 18, 2024
1 parent 3b9a0a7 commit 7b61154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/bright-apples-obey.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@shadeprotocol/shadejs": patch
---

Added stkd-scrt messages and services
Added stkd-scrt messages and services, and refactored dSHD names to derivativeShd
2 changes: 1 addition & 1 deletion src/contracts/definitions/derivativeScrt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test('it tests the form of the unbond execute msg', () => {
expect(msgDerivativeScrtUnbond(output.unbond.redeem_amount)).toStrictEqual(output);
});

test('it tests the form of the transfer staked msg', () => {
test('it tests the form of the claim msg', () => {
const output = {
claim: {
padding: 'RANDOM_PADDING',
Expand Down

0 comments on commit 7b61154

Please sign in to comment.