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:
@ -23,7 +23,7 @@ describe('UpgradeableBeacon', function () {
|
||||
.withArgs(this.other);
|
||||
});
|
||||
|
||||
describe('once deployed', async function () {
|
||||
describe('once deployed', function () {
|
||||
it('emits Upgraded event to the first implementation', async function () {
|
||||
await expect(this.beacon.deploymentTransaction()).to.emit(this.beacon, 'Upgraded').withArgs(this.v1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user