Skip to content

Commit

Permalink
TST: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsir911 committed Mar 15, 2024
1 parent 81dcf46 commit 04fbcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_page.py
Expand Up @@ -951,7 +951,7 @@ def test_text_extraction_issue_1091():


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

0 comments on commit 04fbcb3

Please sign in to comment.