Browse Source

Change version constraint to include 10.2.x-dev.

pull/993/head
Rosie Le Faive 1 year ago
parent
commit
917a3b1c2f
  1. 2
      tests/src/Functional/JsonldTypeAlterReactionTest.php

2
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',

Loading…
Cancel
Save