Skip to content

Commit

Permalink
fix tests docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RaaCT0R committed Jul 23, 2024
1 parent 4cb8086 commit 0d23b07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/abstract-chain/tests/ChainUtils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ describe('ChainUtils', () => {

describe('wrapAssetBalance', () => {
/**
* @target ChainUtils.wrapAssetBalance should unwrap all values successfully
* @target ChainUtils.wrapAssetBalance should wrap all values successfully
* @dependencies
* @scenario
* - generate tokenMap object with multi decimals
Expand All @@ -606,7 +606,7 @@ describe('ChainUtils', () => {
* @expected
* - it should return the expected wrapped values
*/
it('should unwrap all values successfully', () => {
it('should wrap all values successfully', () => {
// mock an AssetBalance
const tokenMap = new TokenMap(testTokenMap);

Expand All @@ -632,7 +632,7 @@ describe('ChainUtils', () => {
* - run test
* - check returned value
* @expected
* - it should return the expected wrapped values
* - it should return the expected unwrapped values
*/
it('should unwrap all values successfully', () => {
// mock an AssetBalance
Expand Down

0 comments on commit 0d23b07

Please sign in to comment.