Skip to content

Commit 2e1731d

Browse files
committed
Handle different line endings in output
1 parent 32d0536 commit 2e1731d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/bindings.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ where
157157
.args(args)
158158
.assert()
159159
.success()
160-
.stdout(
161-
predicate::str::is_match("^Success: no issues found in \\d+ source files\n$").unwrap(),
162-
)
160+
.stdout(predicate::str::is_match("Success: no issues found in \\d+ source files").unwrap())
163161
}
164162

165163
fn venv_path(path: &Path) -> PathBuf {

0 commit comments

Comments
 (0)