#!perl
use Cassandane::Tiny;

sub test_subscribe ($self)
{
    $self->shared_subscribe_common('firstuser', 'seconduser');
}
