Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 4, 2022
1 parent f6d3734 commit f9c6443
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions panel/tests/test_links.py
Expand Up @@ -82,8 +82,7 @@ def test_widget_link_no_target_transform_error():

with pytest.raises(ValueError) as excinfo:
t2.jslink(t1, value='value')
assert ("Cannot jslink \'value\' parameter on TextInput object "
"to \'value\' parameter on DatetimeInput object") in str(excinfo)
assert ("Cannot jslink 'value' parameter on TextInput object to 'value' parameter on DatetimeInput") in str(excinfo)


@hv_available
Expand Down

0 comments on commit f9c6443

Please sign in to comment.