Remove async from describe blocks and add missing await in tests (#4942)
Co-authored-by: ernestognw <ernestognw@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -173,7 +173,7 @@ function shouldBehaveLikeERC1155() {
|
||||
});
|
||||
}
|
||||
|
||||
describe('when called by the holder', async function () {
|
||||
describe('when called by the holder', function () {
|
||||
beforeEach(async function () {
|
||||
this.args = {
|
||||
operator: this.holder,
|
||||
@ -490,7 +490,7 @@ function shouldBehaveLikeERC1155() {
|
||||
});
|
||||
}
|
||||
|
||||
describe('when called by the holder', async function () {
|
||||
describe('when called by the holder', function () {
|
||||
beforeEach(async function () {
|
||||
this.args = {
|
||||
operator: this.holder,
|
||||
|
||||
Reference in New Issue
Block a user