Bug 18624: Do not return 1 in tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 15:16:33 +0000 (12:16 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 15:17:39 +0000 (12:17 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t

index a49b4b8..50dd212 100644 (file)
@@ -53,5 +53,3 @@ subtest 'build_authorities_query_compat() tests' => sub {
     'Koha::Exceptions::WrongParameter',
         'Exception thrown on invalid value in the marclist param';
 };
-
-1;