From eef6f171f20a4c310bd50f99d5c881ca2ff46634 Mon Sep 17 00:00:00 2001
From: Adam Setch <adam.setch@outlook.com>
Date: Mon, 10 Jul 2023 07:15:27 -0400
Subject: [PATCH] refactor(util/markdown): remove test scenario (#23272)

---
 lib/util/markdown.spec.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/util/markdown.spec.ts b/lib/util/markdown.spec.ts
index 1176a5f06f..f5e8851012 100644
--- a/lib/util/markdown.spec.ts
+++ b/lib/util/markdown.spec.ts
@@ -15,7 +15,6 @@ describe('util/markdown', () => {
       *   Issue or PR (fork): foo#1
       *   Issue or PR (project): remarkjs/remark#1
       *   Mention: @wooorm
-      *   Changelog heading with link: [v2.23.1](https://github.com/bootstrap-vue/bootstrap-vue/blob/HEAD/CHANGELOG.md#2231-2022-10-26)
     `;
 
     const after =
@@ -30,7 +29,6 @@ describe('util/markdown', () => {
         -   Issue or PR (fork): [foo#1](https://github.com/foo/repo/issues/1)
         -   Issue or PR (project): [remarkjs/remark#1](https://github.com/remarkjs/remark/issues/1)
         -   Mention: [@wooorm](https://github.com/wooorm)
-        -   Changelog heading with link: [v2.23.1](https://github.com/bootstrap-vue/bootstrap-vue/blob/HEAD/CHANGELOG.md#2231-2022-10-26)
     ` + '\n';
 
     it('works', async () => {
-- 
GitLab