We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a47c3a commit cc1416aCopy full SHA for cc1416a
src/handlers/concern.rs
@@ -232,7 +232,7 @@ fn simple_markdown_content() {
232
Concern {
233
title: "This is a resolved concern".to_string(),
234
status: ConcernStatus::Resolved {
235
- comment_url: "https:://github.com/fake-comment-8888".to_string(),
+ comment_url: "https://github.com/fake-comment-8888".to_string(),
236
},
237
comment_url: "https://github.com/fake-comment-4561".to_string(),
238
0 commit comments