Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzhelyazkov committed Jan 30, 2024
1 parent c8d85e2 commit 7625c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tests/0010-carbon-controller-upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describeDeployment(__filename, () => {

it('should deploy and configure the carbon controller contract', async () => {
expect(await proxyAdmin.getProxyAdmin(carbonController.address)).to.equal(proxyAdmin.address);
expect(await carbonController.version()).to.equal(4);
expect(await carbonController.version()).to.equal(5);
});

it('carbon controller implementation should be initialized', async () => {
Expand Down

0 comments on commit 7625c30

Please sign in to comment.