Fix typo in new test code
authorJason Stephenson <jason@sigio.com>
Sat, 8 Jan 2022 20:16:19 +0000 (15:16 -0500)
committerJason Stephenson <jason@sigio.com>
Sat, 8 Jan 2022 20:16:19 +0000 (15:16 -0500)
Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t

index 21be3f1..a745939 100755 (executable)
@@ -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(