Skip to content

Commit 04fbcb3

Browse files
committed
TST: fix typo
1 parent 81dcf46 commit 04fbcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_page.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def test_text_extraction_issue_1091():
951951

952952

953953
@pytest.mark.enable_socket()
954-
def test_empyt_password_1088():
954+
def test_empty_password_1088():
955955
url = "https://corpora.tika.apache.org/base/docs/govdocs1/941/941536.pdf"
956956
name = "tika-941536.pdf"
957957
stream = BytesIO(get_data_from_url(url, name=name))

0 commit comments

Comments
 (0)