Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e13b2 commit aecaa8bCopy full SHA for aecaa8b
1 file changed
tests/check_config/mod.rs
@@ -31,9 +31,7 @@ fn test_bad_config_duplicate_repo() {
31
.assert()
32
.failure()
33
.code(1)
34
- .stderr(contains(
35
- "duplicate key",
36
- ));
+ .stderr(contains("duplicate key"));
37
}
38
39
#[test]
0 commit comments