diff --git a/tests/BatchedProcessorTest.php b/tests/BatchedProcessorTest.php index b5a6050..1c68c50 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