mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Fix Clippy warnings
This commit is contained in:
parent
0ddb0a9c1b
commit
05fd81f8c3
@ -146,6 +146,6 @@ mod tests {
|
||||
assert_eq!(
|
||||
base.join("//example.org/baz/index.html").unwrap(),
|
||||
"http://example.org/baz/index.html".parse().unwrap()
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -233,6 +233,6 @@ ok 1 - test.1.hurl
|
||||
ok 2 - test.2.hurl
|
||||
not ok 3 - test.3.hurl
|
||||
"#;
|
||||
assert!(parse_tap_report(s).is_err())
|
||||
assert!(parse_tap_report(s).is_err());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user