Skip to content

Commit c9cec42

Browse files
committed
chore: cleanup
1 parent 096444b commit c9cec42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/boot-contracts-unit-tests/tests/pool-delegate.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,6 @@ describe("test `delegate-stack-increase`", () => {
981981
authId,
982982
address2
983983
);
984-
console.log(cvToString(response.result));
985984
expect(response.result.type).toBe(ClarityType.ResponseOk);
986985
let index = ((response.result as ResponseCV).value as UIntCV).value;
987986

@@ -2331,11 +2330,10 @@ describe("test `delegate-stack-extend`", () => {
23312330
expect(response.result).toBeErr(Cl.int(ERRORS.ERR_STACK_EXTEND_NOT_LOCKED));
23322331

23332332
const info = getStackerInfo(account.stxAddress);
2334-
console.log("INFO", cvToString(info.result));
23352333
expect(info.result).toBeNone();
23362334
});
23372335

2338-
it("cannot extend after lock has expired", () => {
2336+
it("cannot extend at unlock height", () => {
23392337
const account = stackers[0];
23402338
const amount = getStackingMinimum() * 2n;
23412339
const maxAmount = amount * 2n;

0 commit comments

Comments
 (0)