* Fixed a broken payment test
* In PR template, npm run lint:fix, not lint:all:fix
* In SplitPayment test, replaced an await-in-loop with Promise.all
(cherry picked from commit b79196f911)
726 B
726 B
Fixes #
🚀 Description
- 📘 I've reviewed the OpenZeppelin Contributor Guidelines
- ✅ I've added tests where applicable to test my new functionality.
- 📖 I've made sure that my contracts are well-documented.
- 🎨 I've run the JS/Solidity linters and fixed any issues (
npm run lint:fix).