diff --git a/tests/src/Functional/JsonldTypeAlterReactionTest.php b/tests/src/Functional/JsonldTypeAlterReactionTest.php index 29244831..b6f7132a 100644 --- a/tests/src/Functional/JsonldTypeAlterReactionTest.php +++ b/tests/src/Functional/JsonldTypeAlterReactionTest.php @@ -26,7 +26,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { // Add the typed predicate we will select in the reaction config. // Taken from FieldUiTestTrait->fieldUIAddNewField. - if (version_compare(\Drupal::VERSION, '10.2.0-dev', 'lt')) { + if (version_compare(\Drupal::VERSION, '10.2.x-dev', 'lt')) { $this->submitForm([ 'new_storage_type' => 'string', 'label' => 'Typed Predicate',