* 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)
18 lines
726 B
Markdown
18 lines
726 B
Markdown
<!-- 0. 🎉 Thank you for submitting a PR! -->
|
|
|
|
<!-- 1. **Does this close any open issues?** If so, list them here. If not, remove the `Fixes #` line. -->
|
|
|
|
Fixes #
|
|
|
|
# 🚀 Description
|
|
|
|
<!-- 2. Describe the changes introduced in this pull request -->
|
|
<!-- Include any context necessary for understanding the PR's purpose. -->
|
|
|
|
<!-- 3. Before submitting, please review the following checklist: -->
|
|
|
|
- [ ] 📘 I've reviewed the [OpenZeppelin Contributor Guidelines](../blob/master/CONTRIBUTING.md)
|
|
- [ ] ✅ 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`).
|