From 64d3380e1f83a7c2c9d05a80577980c2bcab1f31 Mon Sep 17 00:00:00 2001
From: chris48s <chris48s@users.noreply.github.com>
Date: Tue, 30 May 2023 15:03:19 +0100
Subject: [PATCH] fix typo in test name (#9216)

---
 services/github/github-commit-activity.tester.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/github/github-commit-activity.tester.js b/services/github/github-commit-activity.tester.js
index 4aacfc4c03..0bc8a7ef13 100644
--- a/services/github/github-commit-activity.tester.js
+++ b/services/github/github-commit-activity.tester.js
@@ -12,7 +12,7 @@ const isCommitActivity = Joi.alternatives().try(
   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',
   message: isMetric,
 })
-- 
GitLab