From dbe4ae4f8f77d5af1be51ff4e1bddbdceb4d41a2 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Sat, 8 Jan 2022 15:16:19 -0500 Subject: [PATCH] Fix typo in new test code --- Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t b/Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t index 21be3f175c..a745939ba0 100755 --- a/Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t +++ b/Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t @@ -366,7 +366,7 @@ ok( undef($copies); push(@{$copies}, @{$resp}); $resp = $editor->search_asset_copy([ - {circl_lib => BR1_ID, status => 0}, + {circ_lib => BR1_ID, status => 0}, {limit => 5, idlist => 1} ]); ok( -- 2.11.0