Skip to content

Commit a43abb8

Browse files
committed
Remove testdata format
1 parent 909c642 commit a43abb8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

internal/lzss/lzss_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ func TestEncode(t *testing.T) {
1414
}{
1515
{
1616
name: "lorem",
17-
infile: "testdata/lorem.txt",
17+
infile: "testdata/lorem",
1818
outfile: "testdata/lorem.lzss",
1919
},
2020
{
2121
name: "short",
22-
infile: "testdata/short.txt",
22+
infile: "testdata/short",
2323
outfile: "testdata/short.lzss",
2424
},
2525
{
@@ -29,7 +29,7 @@ func TestEncode(t *testing.T) {
2929
},
3030
{
3131
name: "repetitive",
32-
infile: "testdata/repetitive.txt",
32+
infile: "testdata/repetitive",
3333
outfile: "testdata/repetitive.lzss",
3434
},
3535
{
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)