Skip to content

Commit a1f8ab0

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

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
@@ -29,7 +29,7 @@ describe("LiquidityBridgeContract deployment process should", function () {
2929
proxyAddress
3030
);
3131
const version = await lbc.version();
32-
expect(version).to.equal("1.3.0");
32+
expect(version).to.equal("1.3.1");
3333
});
3434

3535
it("validate minimiumCollateral arg in initialize", async () => {

0 commit comments

Comments
 (0)