Skip to content

Commit 2a23283

Browse files
committed
test: update expected version
1 parent a1f8ab0 commit 2a23283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deployment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ describe("LiquidityBridgeContract deployment process should", function () {
180180
await expect(lbcImplementation.getMinCollateral()).to.eventually.eq(0n);
181181

182182
await expect(lbcProxy.version()).to.be.reverted;
183-
await expect(lbcImplementation.version()).to.eventually.eq("1.3.0");
183+
await expect(lbcImplementation.version()).to.eventually.eq("1.3.1");
184184
});
185185
});

0 commit comments

Comments
 (0)