|
|
@@ -21,7 +21,7 @@ class UserGroupsCountTest extends TestCase
|
|
|
|
|
|
public function testUserGroupsCount()
|
|
|
{
|
|
|
- $result = $this->laborReportsCountingRecordService->userGroupsCount('2020-10-17','2020-11-16')->toArray();
|
|
|
- dd($result);
|
|
|
+ $result = $this->laborReportsCountingRecordService->userGroupsCount('2020-10-17','2020-11-16');
|
|
|
+ self::assertTrue($result->isNotEmpty());
|
|
|
}
|
|
|
}
|