From: Jason Stephenson Date: Sat, 8 Jan 2022 20:16:19 +0000 (-0500) Subject: Fix typo in new test code X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dbe4ae4f8f77d5af1be51ff4e1bddbdceb4d41a2;p=working%2FEvergreen.git Fix typo in new test code --- 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(