Skip to content

Commit

Permalink
Remove unnecessary assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
  • Loading branch information
Blast545 committed Jan 22, 2020
1 parent 971ad52 commit 9a2643f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ament_index_python/test/test_ament_index_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def test_get_resource_types():
set_ament_prefix_path([])
with pytest.raises(EnvironmentError) as excinfo:
get_resource_types()
assert excinfo.type is EnvironmentError, f'Expected EnvironmentError, got: {excinfo.type}'

set_ament_prefix_path(['prefix1', 'prefix2'])
resources = get_resource_types()
Expand Down

0 comments on commit 9a2643f

Please sign in to comment.