Skip to content

Commit

Permalink
chore(a3p): add @agoric/store: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Oct 31, 2024
1 parent 15362d4 commit 10b5a5a
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 380 deletions.
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 @@ -114,7 +114,7 @@ test.serial('Bob buys an Item on marketplace', async t => {
t.is(
item.description,
marketItem.asset.description,
'Item on purse should have the same description as the one on bought from market',
'Item on purse should have the same description as the one bought from market',
);
});

Expand Down
1 change: 1 addition & 0 deletions a3p-integration/proposals/z:acceptance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@agoric/ertp": "dev",
"@agoric/internal": "dev",
"@agoric/store": "dev",
"@agoric/synthetic-chain": "^0.3.0",
"@endo/errors": "^1.2.2",
"@endo/far": "^1.1.5",
Expand Down
Loading

0 comments on commit 10b5a5a

Please sign in to comment.