Bug 28269: (QA follow-up) Fix typo in test description
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
bfc5c5eeff
commit
27fa89648e
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ sub run_flavoured_tests {
|
||||||
my ( $biblionumber6_issn, undef ) = AddBiblio( $marc_record_issn, '' );
|
my ( $biblionumber6_issn, undef ) = AddBiblio( $marc_record_issn, '' );
|
||||||
|
|
||||||
my $orders_issn = GetHistory( issn => '2434561X' );
|
my $orders_issn = GetHistory( issn => '2434561X' );
|
||||||
is( scalar(@$orders_issn), 0, "Precheck that ISSN shouln't be in database" );
|
is( scalar(@$orders_issn), 0, "Precheck that ISSN shouldn't be in database" );
|
||||||
|
|
||||||
# Create order
|
# Create order
|
||||||
my $ordernumber_issn = Koha::Acquisition::Order->new( {
|
my $ordernumber_issn = Koha::Acquisition::Order->new( {
|
||||||
|
|
Loading…
Reference in a new issue