diff --git a/a3p-integration/proposals/z:acceptance/test-lib/kread.js b/a3p-integration/proposals/z:acceptance/test-lib/kread.js index 0fefd1157f5..83ecc0c3f77 100644 --- a/a3p-integration/proposals/z:acceptance/test-lib/kread.js +++ b/a3p-integration/proposals/z:acceptance/test-lib/kread.js @@ -162,6 +162,7 @@ const unequipAllItemsOffer = async address => { throw new Error('Character not found on user purse'); } + // deal with KREAd's funky parallel character representation swap const inventoryKeyId = kreadCharacter.keyId === 1 ? 2 : 1; const kreadCharacter2 = { ...kreadCharacter, keyId: inventoryKeyId };