mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
MNT Fix unit test
This commit is contained in:
parent
f9ace692f4
commit
a536434581
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user