Skip to content

Commit 5207032

Browse files
committed
test: Simplify test
1 parent 2102e8d commit 5207032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-inline/tests/test_cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub mod tests {
102102
}
103103

104104
#[test_case("--help", "css-inline inlines CSS into HTML")]
105-
#[test_case("--version", "css-inline 0.9.0")]
105+
#[test_case("--version", "css-inline")]
106106
fn args(arg: &str, expected: &str) {
107107
let stdout = css_inline().arg(arg).assert().success().to_string();
108108
assert!(stdout.contains(expected), "{}", stdout);

0 commit comments

Comments
 (0)