Skip to content

Commit

Permalink
fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jun 20, 2023
1 parent 1e33092 commit 9ce6f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = function shouldBehaveLikeTransparentUpgradeableProxy(createProx
});
});

it('sets the admin in the storage and emits AdminChanged', async function () {
it('sets the admin in the storage', async function () {
expect(await getAddressInSlot(this.proxy, AdminSlot)).to.be.equal(proxyAdminAddress);
});

Expand Down

0 comments on commit 9ce6f4b

Please sign in to comment.