Skip to content

Commit

Permalink
fixup! fix!: avoid "game", "join", "place"
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 23, 2024
1 parent 5700161 commit 5861881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/test/test-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const alice = async (t, zoe, instance, purse, choices = ['map', 'scroll']) => {
const publicFacet = E(zoe).getPublicFacet(instance);
// @ts-expect-error Promise<Instance> seems to work
const terms = await E(zoe).getTerms(instance);
const { issuers, brands, tradePrice: tradePrice } = terms;
const { issuers, brands, tradePrice } = terms;

const choiceBag = makeCopyBag(choices.map(name => [name, 1n]));
const proposal = {
Expand Down

0 comments on commit 5861881

Please sign in to comment.