From bb50b299de382395bd2ff7099ae1f32db3fd7a7a Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 4 Apr 2020 20:37:11 +1300 Subject: Add test plan for Random --- Mock/CommandRegistry.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mock') 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 -- cgit v1.1