Skip to content

Commit

Permalink
fixup! test: fix computron handling; report Mc
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Oct 24, 2024
1 parent 0d0ffef commit d9f87c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/boot/test/bootstrapTests/quickSend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ const makeMeter = () => {

let metering = false;
let policy;
const seen = new Set();

const meter = harden({
provideRunPolicy: () => {
if (metering && !policy) {
policy = computronCounter(mainParams);
seen.add(policy);
}
return policy;
},
Expand Down

0 comments on commit d9f87c7

Please sign in to comment.