summaryrefslogtreecommitdiff
path: root/modules/comment/tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/tests')
-rw-r--r--modules/comment/tests/Comment_Event_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/tests/Comment_Event_Test.php b/modules/comment/tests/Comment_Event_Test.php
index f650cabf..ff7f1c26 100644
--- a/modules/comment/tests/Comment_Event_Test.php
+++ b/modules/comment/tests/Comment_Event_Test.php
@@ -27,6 +27,6 @@ class Comment_Event_Test extends Unit_Test_Case {
$album->delete();
$deleted_comment = ORM::factory("comment", $comment->id);
- $this->assert_false($deleted_comment->loaded);
+ $this->assert_false($deleted_comment->loaded());
}
}