Skip to content

Commit 1c70d0a

Browse files
authored
chore: fix wrong test function name (#35)
Signed-off-by: goldlinker <goldlinker@outlook.jp>
1 parent 21cdfec commit 1c70d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ fn has_doc_comments(cargo_toml: &str) -> bool {
308308
}
309309

310310
#[test]
311-
fn test_has_doc_coment() {
311+
fn test_has_doc_comments() {
312312
assert!(has_doc_comments("foo\nbar\n## comment\nddd"));
313313
assert!(!has_doc_comments("foo\nbar\n#comment\nddd"));
314314
assert!(!has_doc_comments(

0 commit comments

Comments
 (0)