Skip to content

Commit

Permalink
updated test description
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali committed Nov 30, 2023
1 parent 8afb525 commit c51e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/wallet-manager-scenario.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CONFIGS().forEach(({ lib, rpc, setup, knownBaker, knownContract }) => {
contract = await op.contract();
});

it('Verify wallet.transfer scenarios: implicit transfer to and from contracts, set and remove delegate, and transfer from a contract to a contract.', async () => {
it('should be able to transfer to originated account', async () => {
// Transfer from implicit account (tz1) to contract (kt1_alice)
// A regular transfer operation is made. No smart contract calls required for this scenario.
const op = await Tezos.wallet.transfer({ to: contract.address, amount: 0.01 }).send();
Expand Down

0 comments on commit c51e5d1

Please sign in to comment.