From f3d4bdfef973b573b95c54adbaa16cde7c31e921 Mon Sep 17 00:00:00 2001 From: Joe Corall <joe@libops.io> Date: Fri, 3 Nov 2023 14:25:03 -0400 Subject: [PATCH] Update JsonldTypeAlterReactionTest.php --- tests/src/Functional/JsonldTypeAlterReactionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Functional/JsonldTypeAlterReactionTest.php b/tests/src/Functional/JsonldTypeAlterReactionTest.php index 87e02711..75ae41dd 100644 --- a/tests/src/Functional/JsonldTypeAlterReactionTest.php +++ b/tests/src/Functional/JsonldTypeAlterReactionTest.php @@ -41,7 +41,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest { // after we selected the radio button above // we can instead get the second element by submitting the form // and having it throw an error since the required field is missing. - // @todo: refactor this as a functional javascript test. + // @todo refactor this as a functional javascript test. $this->submitForm([ 'new_storage_type' => 'plain_text', 'label' => 'Typed Predicate',