diff --git a/tests/includes/islandora_web_test_case.inc b/tests/includes/islandora_web_test_case.inc index 16146b12..5e422418 100644 --- a/tests/includes/islandora_web_test_case.inc +++ b/tests/includes/islandora_web_test_case.inc @@ -260,8 +260,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase { * If TRUE, this will only delete objects owned by users in $this->users. * * @return bool - * If the deletion fails, return FALSE TRUE, this will only delete objects - * owned by users in $this->users. + * If the deletion fails, return FALSE. */ public function deleteObject($pid, $button = NULL, $safety = TRUE) { $object = islandora_object_load($pid);