Skip to content

Commit 7ce9481

Browse files
committed
cump switchboard tx cus ix
1 parent 250548b commit 7ce9481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/switchboardTxCus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ describe('switchboard place orders cus', () => {
219219
const cus =
220220
bankrunContextWrapper.connection.findComputeUnitConsumption(txSig);
221221
console.log(cus);
222-
assert(cus < 413000);
222+
assert(cus < 415000);
223223
});
224224
});

0 commit comments

Comments
 (0)