Skip to content

Commit

Permalink
test(postalSvc): TODO -> test.todo()
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 12, 2024
1 parent ffd4cfd commit 5e0fa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract/test/test-postalSvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ test.serial('agoricNames.instances has contract: postalService', async t => {
t.is(passStyleOf(instance), 'remotable');
});

test.todo('deliver payment using offer with non-fungible');

test.serial('deliver payment using offer', async t => {
const { provisionSmartWallet, makeQueryTool } = t.context;
const qt = makeQueryTool();
Expand All @@ -126,7 +128,6 @@ test.serial('deliver payment using offer', async t => {
rxAddr: 'agoric1aap7m84dt0rwhhfw49d4kv2gqetzl56vn8aaxj',
toSend: {
Pmt: amt(await agoricNames.brand.ATOM, 3n),
// TODO non-fungible: Inventory: amt(Item.brand, harden(['map'])),
},
};

Expand All @@ -137,7 +138,6 @@ test.serial('deliver payment using offer', async t => {
),
rose: await provisionSmartWallet(shared.rxAddr, {
BLD: 20n,
// TODO non-fungibles: Item: amt(Item.brand, harden(['potion', 'map'])),
}),
};
const pqt = makeQueryTool();
Expand Down

0 comments on commit 5e0fa9a

Please sign in to comment.