Skip to content

Commit

Permalink
fix: fixed title
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Lanchas <[email protected]>
  • Loading branch information
web3rover and chechu authored Dec 19, 2024
1 parent 3abf509 commit 1d073a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulations/vip-502/basemainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ forking(23864228, async () => {
testForkedNetworkVipCommands("vip502", await vip502());

describe("Post-VIP behavior", async () => {
it(`correct owner `, async () => {
it(`correct owner for Prime`, async () => {
expect(await prime.owner()).to.equal(basemainnet.NORMAL_TIMELOCK);
expect(await plp.owner()).to.equal(basemainnet.NORMAL_TIMELOCK);
});
Expand Down

0 comments on commit 1d073a0

Please sign in to comment.