diff --git a/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php b/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php
index 1a06647151..3e5171d2a1 100755
--- a/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php
+++ b/plugins/bc-blog/tests/TestCase/View/Helper/BlogHelperTest.php
@@ -653,7 +653,7 @@ public static function prevLinkDataProvider()
return [
[4, 2, '9000-08-10 18:58:07', '≪ title 1'],
[4, 1, '1000-08-10 18:58:07', ''],
- [3, 3, '9000-08-10 18:58:07', ''], // 存在しないブログコンテンツ
+ [3, 3, '9000-08-10 18:58:07', ''],
[3, 2, '1000-08-10 18:58:07', '≪ title 1'],
];
}