Reworked Session to make the expiration a store's responsibility and
[catagits/Web-Session.git] / t / 006_basic_w_null_store.t
index 41b7828..794bfc5 100755 (executable)
@@ -56,7 +56,7 @@ my $request_creator = sub {
     my $resp = $r->new_response;
 
     lives_ok {
-        $s->finalize( $resp );
+        $s->finalize( $m, $resp );
     } '... finalized session successfully';
 }