mirror of
https://github.com/Y2Z/monolith
synced 2024-11-10 19:10:29 +00:00
Fix name of a test function
This commit is contained in:
parent
d51221a58f
commit
e2ab05a323
@ -79,7 +79,7 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_is_url() {
|
||||
fn test_is_valid_url() {
|
||||
assert!(is_valid_url("https://www.rust-lang.org/"));
|
||||
assert!(is_valid_url("http://kernel.org"));
|
||||
assert!(!is_valid_url("./index.html"));
|
||||
|
Loading…
Reference in New Issue
Block a user