Skip to content

Commit

Permalink
Updated unit test regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Apr 18, 2017
1 parent 8d6e66b commit 3d421d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def fn(x1, y1):
xy = PositionXY(rename={'x':'x1','y':'y1'})
dmap = DynamicMap(fn, kdims=[], streams=[xy])

regexp = '(.+?)does not correspond to any stream parameter'
regexp = '(.+?)do not correspond to stream parameters'
with self.assertRaisesRegexp(KeyError, regexp):
dmap.event(x=1, y=2)

Expand Down

0 comments on commit 3d421d2

Please sign in to comment.