Skip to content

Commit

Permalink
fix(a3p): fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Hibbert <[email protected]>
  • Loading branch information
Jorge-Lopes and Chris-Hibbert committed Oct 29, 2024
1 parent 31404ae commit 02d3b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/z:acceptance/kread.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ test.serial('Alice sells one unequipped Item', async t => {
t.is(
itemBefore.description,
soldItem.asset.description,
'Item on purse should have the same description as the one on sold to market',
'Item on purse should have the same description as the one sold to market',
);
});

Expand Down

0 comments on commit 02d3b8a

Please sign in to comment.