Bug 32351: Fix t/db_dependent/Koha/Charges/Sales.t
[koha-ffzg.git] / t / db_dependent / Illrequestattributes.t
old mode 100644 (file)
new mode 100755 (executable)
index 0eb5d5c..d81215f
@@ -34,6 +34,8 @@ subtest 'Basic object tests' => sub {
 
     $schema->storage->txn_begin;
 
+    Koha::Illrequestattributes->search->delete;
+
     my $builder = t::lib::TestBuilder->new;
 
     my $illrqattr = $builder->build({ source => 'Illrequestattribute' });