From d9a71de9fa7f139f219303667adec4c8fc9bc77a Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 23 Jan 2018 11:52:59 -0500 Subject: [PATCH] adjust 20-hold-targeter.t to the "new normal" First failure happened here: http://testing.evergreen-ils.org/~live/archive/2018-01/2018-01-11_04:00:02/ Long term we need a better way to distribute concerto test assets Signed-off-by: Jason Etheridge --- Open-ILS/src/perlmods/live_t/20-hold-targeter.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/live_t/20-hold-targeter.t b/Open-ILS/src/perlmods/live_t/20-hold-targeter.t index d04b384021..8e5b3e6e50 100644 --- a/Open-ILS/src/perlmods/live_t/20-hold-targeter.t +++ b/Open-ILS/src/perlmods/live_t/20-hold-targeter.t @@ -97,7 +97,7 @@ $maps = $e->search_action_hold_copy_map([ } ]); -is(scalar(@$maps), 31, "Hold $hold_id has 31 mapped potential copies"); +is(scalar(@$maps), 24, "Hold $hold_id has 24 mapped potential copies"); # Only 1 bib record (42) links to metarecord 42. It also satisfies the # holdable_format criteria. -- 2.43.2