diff --git a/tests/islandora_web_test_case.inc b/tests/islandora_web_test_case.inc index df48125b..245e8844 100644 --- a/tests/islandora_web_test_case.inc +++ b/tests/islandora_web_test_case.inc @@ -203,9 +203,7 @@ class IslandoraWebTestCase extends DrupalWebTestCase { if ($fails) { return FALSE; } - else { - return TRUE; - } + return TRUE; } }