Change test name to it_should_return_data_filtered_by_process_category
This commit is contained in:
committed by
Paula Quispe
parent
5955ff6737
commit
9b2ac65d23
@@ -382,7 +382,7 @@ class DelegationTest extends TestCase
|
|||||||
* This checks to make sure filter by category is working properly
|
* This checks to make sure filter by category is working properly
|
||||||
* @test
|
* @test
|
||||||
*/
|
*/
|
||||||
public function it_should_return_categories_of_data()
|
public function it_should_return_data_filtered_by_process_category()
|
||||||
{
|
{
|
||||||
factory(User::class, 100)->create();
|
factory(User::class, 100)->create();
|
||||||
// Dummy Processes
|
// Dummy Processes
|
||||||
|
|||||||
Reference in New Issue
Block a user