mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Remove extra labelKey from opportunity statistic
This commit is contained in:
parent
127fb940f2
commit
4e75b51c9a
2 changed files with 1 additions and 2 deletions
|
@ -276,7 +276,7 @@ class OpportunitySalesStageTimeSpanTest extends Unit
|
|||
static::assertArrayHasKey('dataType', $result->getMetadata());
|
||||
static::assertEquals('int', $result->getMetadata()['dataType']);
|
||||
static::assertArrayHasKey('labelKey', $result->getMetadata());
|
||||
static::assertEquals('LBL_DAYS_IN_SALE_STAGE', $result->getMetadata()['labelKey']);
|
||||
static::assertEquals('LBL_DAYS_IN_SALE_STAGE', $result->getMetadata()['endLabelKey']);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue