Skip to content

Commit cc1416a

Browse files
author
Andrew Trepagnier
committed
Fix URL in concern comment
1 parent 7a47c3a commit cc1416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/concern.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
},

0 commit comments

Comments
 (0)