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