--- lib/PXElator/t/CouchDB.t 2010/01/23 18:31:14 482 +++ lib/PXElator/t/CouchDB.t 2010/01/23 18:58:18 483 @@ -24,5 +24,5 @@ ok( $db->delete( $url ), 'delete' ); -ok( CouchDB::audit( 'test', { foo => 42, bar => 'baz' }), 'audit' ); +ok( CouchDB::_store_audit( 'test', { foo => 42, bar => 'baz' }), 'audit' );