From a5364345810e3ebfb463537733aeabcb4c3671f0 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 22 Jul 2022 11:03:26 +1200 Subject: [PATCH] MNT Fix unit test --- tests/BatchedProcessorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BatchedProcessorTest.php b/tests/BatchedProcessorTest.php index 5b4a935..5e1e89e 100644 --- a/tests/BatchedProcessorTest.php +++ b/tests/BatchedProcessorTest.php @@ -106,7 +106,7 @@ class BatchedProcessorTest extends SapphireTest $processor->addDirtyIDs( BatchedProcessorTest_Object::class, array(array( - 'id' => $id, + 'id' => $object->ID, 'state' => array(SearchVariantVersioned::class => 'Stage') )), BatchedProcessorTest_Index::class