diff --git a/t/Asset/dispatch.t b/t/Asset/dispatch.t index 9e47b282c..d8ba67b90 100644 --- a/t/Asset/dispatch.t +++ b/t/Asset/dispatch.t @@ -15,7 +15,7 @@ use FindBin; use strict; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; use Test::More; use WebGUI::Test; # Must use this before any other WebGUI modules use WebGUI::Session;