Skip to content

Commit 21fa3d8

Browse files
committed
test(chunk estimator): Update test comment PE-704
1 parent 6497927 commit 21fa3d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pricing/ar_data_price_chunk_estimator.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ describe('ARDataPriceChunkEstimator class', () => {
8787
• Base fee + (5 * marginal chunk price) + 1 Winston: 5 * chunksize bytes
8888
• Base fee + (10 * marginal chunk price) + 2 Winston: 10 * chunksize bytes
8989
• Base fee + (10 * marginal chunk price) + 1 Winston: 9 * chunksize bytes
90+
• Base fee + (8000 * marginal chunk price) + 1599 Winston: 7999 * chunksize bytes
91+
• Base fee + (8000 * marginal chunk price) + 1600 Winston: 8000 * chunksize bytes
9092
*/
9193
expect((await calculator.getByteCountForWinston(W(0))).equals(new ByteCount(0))).to.be.true;
9294
expect((await calculator.getByteCountForWinston(W(1))).equals(new ByteCount(0))).to.be.true;

0 commit comments

Comments
 (0)