Skip to content

Commit 4619560

Browse files
authored
test(archive): fix typo in tar_test.ts (denoland#5196)
docs(archive): fix typo in `tar_test.ts`
1 parent 9c543c9 commit 4619560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive/tar_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Deno.test("Tar() deflates tar archive", async function () {
7070
Deno.test("Tar() appends file with long name to tar archive", async function (): Promise<
7171
void
7272
> {
73-
// 9 * 15 + 13 = 148 bytes
73+
// 10 * 15 + 13 = 163 bytes
7474
const fileName = "long-file-name/".repeat(10) + "file-name.txt";
7575
const text = "hello tar world!";
7676

0 commit comments

Comments
 (0)