added '_session' to cookie name
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / t / 01use.t
index 09d7023..dd9d90c 100644 (file)
--- a/t/01use.t
+++ b/t/01use.t
@@ -1,4 +1,4 @@
 use strict;
 use Test::More tests => 1;
 
-BEGIN { use_ok('Catalyst::Plugin::Session::FastMmap') }
+BEGIN { use_ok('Catalyst::Plugin::Session::State::Cookie') }