Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
promans718 committed Oct 8, 2024
1 parent 80d2f53 commit 2a579a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolium/test/utils/test_dataset_map_param_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ class Context(object):
with pytest.raises(Exception) as excinfo:
map_param("[CONTEXT:list.cmsScrollableActions.-5.id]")
assert "IndexError: list index out of range" == str(excinfo.value)


def test_a_context_param_list_oob_index():
"""
Expand Down

0 comments on commit 2a579a5

Please sign in to comment.