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 2102e8d commit 5207032Copy full SHA for 5207032
css-inline/tests/test_cli.rs
@@ -102,7 +102,7 @@ pub mod tests {
102
}
103
104
#[test_case("--help", "css-inline inlines CSS into HTML")]
105
- #[test_case("--version", "css-inline 0.9.0")]
+ #[test_case("--version", "css-inline")]
106
fn args(arg: &str, expected: &str) {
107
let stdout = css_inline().arg(arg).assert().success().to_string();
108
assert!(stdout.contains(expected), "{}", stdout);
0 commit comments