fix(cicd-statistics): Fixed test issue after refactoring

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2022-02-07 17:21:17 +01:00
committed by blam
parent 365e3f87ad
commit 07faca1f27
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { sortTriggerReasons } from './daily-summary';
import { sortTriggerReasons } from './utils';
describe('daily-summary', () => {
it('sortTriggerReasons', () => {