summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFabio Valentini <decathorpe@gmail.com>2020-12-09 23:45:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-14 08:58:05 +0100
commit010895c558ece3247b1ea8b0f90098c7bd254657 (patch)
treeace7248f6e3a5da94d425fa26b493908f1123470 /tests
parent887736dc67740e5316a892bfcb569f62d0fc45da (diff)
Update dependency: rust-ini: 0.13 -> 0.16
Cherry picked, fixed merge conflict in Cargo.toml and ran cargo-fmt on the new tree. (cherry picked from commit 43ca83a4fa6ea55274f7c78a1914fe93476916ed) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/file_ini.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_ini.rs b/tests/file_ini.rs
index a54f0fe..e473158 100644
--- a/tests/file_ini.rs
+++ b/tests/file_ini.rs
@@ -64,7 +64,7 @@ fn test_error_parse() {
assert_eq!(
res.unwrap_err().to_string(),
format!(
- r#"2:0 Expecting "[Some('='), Some(':')]" but found EOF. in {}"#,
+ r#"2:0 expecting "[Some('='), Some(':')]" but found EOF. in {}"#,
path.display()
)
);