fix typo in test name (#9216)
This commit is contained in:
@@ -12,7 +12,7 @@ const isCommitActivity = Joi.alternatives().try(
|
|||||||
isZeroOverTimePeriod
|
isZeroOverTimePeriod
|
||||||
)
|
)
|
||||||
|
|
||||||
t.create('commit acticity (total)').get('/t/badges/shields.json').expectBadge({
|
t.create('commit activity (total)').get('/t/badges/shields.json').expectBadge({
|
||||||
label: 'commits',
|
label: 'commits',
|
||||||
message: isMetric,
|
message: isMetric,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user