Skip to content

Commit 91d29e5

Browse files
author
Chris Park
committed
Another unit test fix
- and an indentation issue
1 parent 5c0331c commit 91d29e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def read(*filenames, **kwargs):
4747
'License :: OSI Approved :: Apache Software License',
4848
'Operating System :: OS Independent',
4949
'Topic :: Software Development :: Libraries :: Python Modules']
50-
)
50+
)

tests/test_rosette_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,6 @@ def test_for_transliteration_required_parameters(api, json_response):
728728

729729
params["targetScript"] = "Hani"
730730

731-
with pytest.raises(RosetteException) as e_rosette:
732-
result = api.transliteration(params)
733-
734731
result = api.transliteration(params)
735732
assert result["name"] == "Rosette API"
736733

0 commit comments

Comments
 (0)