From 7b61154120487417d5a5eac8ece17ba49a055de0 Mon Sep 17 00:00:00 2001 From: SissonJ Date: Mon, 18 Mar 2024 09:51:25 -0500 Subject: [PATCH] fix: small wording issues --- .changeset/bright-apples-obey.md | 2 +- src/contracts/definitions/derivativeScrt.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/bright-apples-obey.md b/.changeset/bright-apples-obey.md index f4d6c82..01a6f59 100644 --- a/.changeset/bright-apples-obey.md +++ b/.changeset/bright-apples-obey.md @@ -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 diff --git a/src/contracts/definitions/derivativeScrt.test.ts b/src/contracts/definitions/derivativeScrt.test.ts index 67fb1b0..b8e8dd4 100644 --- a/src/contracts/definitions/derivativeScrt.test.ts +++ b/src/contracts/definitions/derivativeScrt.test.ts @@ -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',