aboutsummaryrefslogtreecommitdiff
path: root/Mock/CommandRegistry.pm
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-04-04 20:37:11 +1300
committerDavid Phillips <david@yeah.nah.nz>2020-04-04 20:37:23 +1300
commitbb50b299de382395bd2ff7099ae1f32db3fd7a7a (patch)
treeb2eeffa616d650642c1faa378f253ccf8b37174b /Mock/CommandRegistry.pm
parentcba83d93d8b47cc044e8d093049d23aba5d8b6ed (diff)
downloadidalius-bb50b299de382395bd2ff7099ae1f32db3fd7a7a.tar.xz
Add test plan for Random
Diffstat (limited to 'Mock/CommandRegistry.pm')
-rw-r--r--Mock/CommandRegistry.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mock/CommandRegistry.pm b/Mock/CommandRegistry.pm
index 6531fd7..cf1d573 100644
--- a/Mock/CommandRegistry.pm
+++ b/Mock/CommandRegistry.pm
@@ -22,7 +22,7 @@ sub run {
sub run_owned {
my ($self, $owner, $command, %ctx) = @_;
- die "$owner::$command not registered\n"
+ die "$owner\:\:$command not registered\n"
unless $self->is_registered_to_owner($owner, $command);
# XXX plugins need to eventually use the ctx hash directly. Much more