Skip to content

Commit 8560f63

Browse files
committed
remove pdf from tests
1 parent eb8ab28 commit 8560f63

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/imgtxt
22
/cmd/cat/cat
33
/cat
4-
/vendor
4+
/vendor
5+
coverage.txt

cat_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const test = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed id ex
1313
const red = "Restore The Selling Balance. Ad Technology doesn't have to be faceless. Our platform is designed to connect media companies directly to advertisers."
1414

1515
func TestCat(t *testing.T) {
16-
filetypes := []string{".docx", ".odt", ".txt", ".pdf"}
16+
filetypes := []string{".docx", ".odt", ".txt"}
1717
for _, filetype := range filetypes {
1818
txt, err := cat.File("./test/test" + filetype)
1919
if err != nil {

test/test.pdf

-10.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)