diff --git a/tests/unit/Category/CategoryCest.php b/tests/unit/Category/CategoryCest.php index 7ac54fcbd..ca611885b 100644 --- a/tests/unit/Category/CategoryCest.php +++ b/tests/unit/Category/CategoryCest.php @@ -137,7 +137,7 @@ class CategoryCest 'url_path' => $expectedUrlPath, ]); - // test if the url_path attribute is available in the model + $I->amGoingTo('test if the url_path attribute is available in the model'); $this->grandChildCategory->refresh(); $I->assertEquals($expectedUrlPath, $this->grandChildCategory->url_path); }