Skip to content

Commit

Permalink
test(reserve): remove unneeded t.pass()
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Dec 16, 2024
1 parent f391365 commit b17f601
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ test.serial('upgrade', async t => {

t.log(vatDetailsAfter);
t.is(incarnation, 1, 'incorrect incarnation');
t.pass();

const metrics = /** @type {ReserveAllocations} */ (
await vstorageKit.readLatestHead('published.reserve.metrics')
Expand Down

0 comments on commit b17f601

Please sign in to comment.