Skip to content

Commit

Permalink
fixup! WIP(test-portalSvc): use runCoreEval to start the contract on …
Browse files Browse the repository at this point in the history
…chain
  • Loading branch information
dckc committed Feb 24, 2024
1 parent 52995a3 commit 1d96fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/test/test-postalSvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test.serial('deploy contract with core eval: postalSvc / send', async t => {
behavior: startPostalSvc,
entryFile: scriptRoots.postalSvc,
config: {
options: { postalSvc: { bundleID, issuerNames: ['Atom', 'Item'] } },
options: { postalSvc: { bundleID, issuerNames: ['ATOM', 'Item'] } },
},
});

Expand Down

0 comments on commit 1d96fc8

Please sign in to comment.