Ensure that the test server we start gets the correct lib path
[catagits/Catalyst-Engine-STOMP.git] / t / 13_message-driven-request.t
index f7299db..7f21a53 100644 (file)
@@ -3,7 +3,7 @@ use warnings;
 use Test::More tests => 5;
 
 use FindBin;
-use lib "$FindBin::Bin/../testapp/lib";
+use lib "$FindBin::Bin/lib";
 
 BEGIN {
     use_ok 'Catalyst::Test::MessageDriven', 'StompTestApp' or die;