#!perl
use Cassandane::Tiny;

sub test_maxargssize_store_annot ($self)
{
    $self->assert_cmd_bye_toobig('STORE', '1', 'ANNOTATION',
                                 [ "X" x 25, [ 'VALUE', { Quote => "X" x 25 } ] ] );
}
