Bug 17229: Fix unit test warning
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 20 Jan 2021 08:37:45 +0000 (09:37 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2021 09:16:48 +0000 (10:16 +0100)
commite1cbdc3691a95ae297b275a9bd8978fa01806f92
treec8fb74d5277b3f6f29e59133327296c50b6abcf2
parent9a7f7787376253e0c0cda905734006ceba472d60
Bug 17229: Fix unit test warning

Remove warning :
t/db_dependent/ILSDI_Services.t .. 3/10 Null value for biblionumber in Item not allowed at /home/koha/src/t/lib/TestBuilder.pm line 387

$biblio_with_no_item is a Koha::Biblio object.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/ILSDI_Services.t