Skip to content

Commit

Permalink
test: addressing comments updated file name and added simicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Nov 23, 2022
1 parent d67480b commit d1efd1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CONFIGS().forEach(({ lib, rpc, setup, protocol }) => {

beforeEach(async (done) => {
await setup();
done()
})
done();
});

kathmandunet('Verify wallet.originate for a contract having ticket with init', async (done) => {
const op = await Tezos.wallet.originate({
Expand Down Expand Up @@ -57,8 +57,8 @@ CONFIGS().forEach(({ lib, rpc, setup, protocol }) => {

beforeEach(async (done) => {
await setup();
done()
})
done();
});

limanetAndAlpha('Verify wallet.originate for a contract having ticket with init', async (done) => {
const op = await Tezos.wallet.originate({
Expand Down

0 comments on commit d1efd1e

Please sign in to comment.