Open IgorShadurin opened 2 years ago
Replace evm_mine with waitForTransaction in tests. It is necessary for supporting not only Ganache but other networks.
evm_mine
waitForTransaction
https://github.com/fairDataSociety/fdp-contracts/blob/d38b208c38d9fdf46b0da612fec5cfb643249a87/js-library/test/utils.ts#L21
Replace
evm_mine
withwaitForTransaction
in tests. It is necessary for supporting not only Ganache but other networks.https://github.com/fairDataSociety/fdp-contracts/blob/d38b208c38d9fdf46b0da612fec5cfb643249a87/js-library/test/utils.ts#L21