@@ -232,7 +232,7 @@ fn simple_markdown_content() {
232232 Concern {
233233 title : "This is a resolved concern" . to_string ( ) ,
234234 status : ConcernStatus :: Resolved {
235- comment_url : "https:: //github.com/fake-comment-8888" . to_string ( ) ,
235+ comment_url : "https://github.com/fake-comment-8888" . to_string ( ) ,
236236 } ,
237237 comment_url : "https://github.com/fake-comment-4561" . to_string ( ) ,
238238 } ,
@@ -245,7 +245,7 @@ fn simple_markdown_content() {
245245> # Concerns (1 active)
246246>
247247> - [This is my concern about concern](https://github.com/fake-comment-1234)
248- > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:: //github.com/fake-comment-8888)
248+ > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https://github.com/fake-comment-8888)
249249>
250250> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
251251"#
@@ -257,7 +257,7 @@ fn resolved_concerns_markdown_content() {
257257 let concerns = & [ Concern {
258258 title : "This is a resolved concern" . to_string ( ) ,
259259 status : ConcernStatus :: Resolved {
260- comment_url : "https:: //github.com/fake-comment-8888" . to_string ( ) ,
260+ comment_url : "https://github.com/fake-comment-8888" . to_string ( ) ,
261261 } ,
262262 comment_url : "https://github.com/fake-comment-4561" . to_string ( ) ,
263263 } ] ;
@@ -268,7 +268,7 @@ fn resolved_concerns_markdown_content() {
268268> [!NOTE]
269269> # Concerns (0 active)
270270>
271- > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https:: //github.com/fake-comment-8888)
271+ > - ~~[This is a resolved concern](https://github.com/fake-comment-4561)~~ resolved in [this comment](https://github.com/fake-comment-8888)
272272>
273273> *Managed by `@rustbot`—see [help](https://forge.rust-lang.org/triagebot/concern.html) for details.*
274274"#
0 commit comments