Made the flash value appear in the description.

When the expected level did not match the incoming level.
This commit is contained in:
EnesSacid-Buker 2022-12-01 18:14:00 +03:00 committed by GitHub
parent 10cdc1133c
commit 895af79255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,6 @@ abstract class FeatureTestCase extends TestCase
$flash = $flashMessage->first();
}
$this->assertEquals($excepted, $flash['level']);
$this->assertEquals($excepted, $flash['level'], json_encode($flash));
}
}