diff options
Diffstat (limited to 'core/tests/Album_Helper_Test.php')
-rw-r--r-- | core/tests/Album_Helper_Test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/tests/Album_Helper_Test.php b/core/tests/Album_Helper_Test.php index 75981265..d085ca88 100644 --- a/core/tests/Album_Helper_Test.php +++ b/core/tests/Album_Helper_Test.php @@ -43,7 +43,6 @@ class Album_Helper_Test extends Unit_Test_Case { $album1 = album::create($root, $rand, $rand, $rand); $album2 = album::create($root, $rand, $rand, $rand); $this->assert_true($album1->name != $album2->name); - $this->assert_true($album1->path != $album2->path); } public function thumb_url_test() { |