X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Flifecycles%2Fmoving.t;fp=rt%2Ft%2Flifecycles%2Fmoving.t;h=8a03e3ea663791ae9a00145eb3a5e6c665504d72;hb=e131b1f71f08b69abb832c1687d1f29682d171f8;hp=5f184e2c2381f46a290cdaf5d794368ffaa71f2e;hpb=d05d7346bb2387fd9d0354923d577275c5c7f019;p=freeside.git diff --git a/rt/t/lifecycles/moving.t b/rt/t/lifecycles/moving.t index 5f184e2c2..8a03e3ea6 100644 --- a/rt/t/lifecycles/moving.t +++ b/rt/t/lifecycles/moving.t @@ -1,7 +1,5 @@ - use strict; use warnings; -use Data::Dumper; BEGIN {require 't/lifecycles/utils.pl'}; @@ -94,3 +92,5 @@ diag "one way map doesn't work backwards"; is $ticket->Queue, $delivery->id, 'queue is steal the same'; is $ticket->Status, 'ordered', 'status is steal the same'; } + +done_testing;