summaryrefslogtreecommitdiff
path: root/modules/field/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/field/tests')
-rw-r--r--modules/field/tests/field.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/tests/field.test b/modules/field/tests/field.test
index 94c94afd7..3cfd3f797 100644
--- a/modules/field/tests/field.test
+++ b/modules/field/tests/field.test
@@ -2376,7 +2376,7 @@ class FieldInstanceCrudTestCase extends FieldTestCase {
}
// Check that an instance cannot be added to an object type
- // forbidden by the field.
+ // forbidden by the field.
try {
$instance = $this->instance_definition;
$instance['field_name'] = $field_restricted['field_name'];