denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 581 forks source link

test(archive): fix typo in `tar_test.ts` #5196

Closed familyboat closed 2 days ago

familyboat commented 2 days ago

According to this line https://github.com/denoland/deno_std/blob/9c543c9f36deb6b96bfe389034783400407f04e8/archive/tar_test.ts#L74, the byte length should be 163.

codecov[bot] commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.44%. Comparing base (9c543c9) to head (c932793).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5196 +/- ## ======================================= Coverage 94.44% 94.44% ======================================= Files 467 467 Lines 37820 37820 Branches 5491 5491 ======================================= Hits 35719 35719 Misses 2062 2062 Partials 39 39 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.