Skip to content

Commit 70974bd

Browse files
zoeyTMkanej
andauthored
Update docs/src/content/ignition/docs/guides/upgradeable-proxies.md
Co-authored-by: John Kane <[email protected]>
1 parent b26d1a3 commit 70974bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/ignition/docs/guides/upgradeable-proxies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ describe("Demo Proxy", function () {
297297
it("Should have upgraded the proxy to DemoV2", async function () {
298298
const [, otherAccount] = await ethers.getSigners();
299299

300-
const { demo } = await ignition.deploy(ProxyModule);
300+
const { demo } = await ignition.deploy(UpgradeModule);
301301

302302
expect(await demo.connect(otherAccount).version()).to.equal("2.0.0");
303303
});

0 commit comments

Comments
 (0)