Skip to content

Commit

Permalink
test(captp): restore original gc test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Apr 8, 2023
1 parent 996af60 commit c12ec30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/captp/test/test-gc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ test('test loopback gc', async t => {

await isolated(t, makeFar);
await gcAndFinalize();
// TODO(mfig,erights): explain why #1513 changed these counts from 3 to 2
t.is(getFarStats().sendCount.CTP_DROP, 2);
t.is(getNearStats().recvCount.CTP_DROP, 2);
t.is(getFarStats().sendCount.CTP_DROP, 3);
t.is(getNearStats().recvCount.CTP_DROP, 3);
});

0 comments on commit c12ec30

Please sign in to comment.