From c3514922120869873317fdebfb764d8e437aced9 Mon Sep 17 00:00:00 2001 From: peternuernberger Date: Mon, 30 Dec 2019 13:27:41 +0100 Subject: [PATCH] added amGoingTo to test --- tests/unit/Category/CategoryCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }