use Modern::Perl;
use Test::More tests => 14;
use Test::More tests => 15;
use MARC::Record;
use t::lib::Mocks;
$marc->field('260')->add_subfields(a => 'Hogwarts');
my $cites = marc2cites($marc);
is ($cites->{'Chicago'}, 'Rowling J.K, . 2011. Harry potter. Hogwarts: Reprints.', 'testing marc2cites');
-