summaryrefslogtreecommitdiffstats
path: root/tests/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors.rs')
-rw-r--r--tests/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors.rs b/tests/errors.rs
index d1e7afc..5f4a1a5 100644
--- a/tests/errors.rs
+++ b/tests/errors.rs
@@ -23,7 +23,7 @@ fn test_error_parse() {
assert!(res.is_err());
assert_eq!(
res.unwrap_err().to_string(),
- "failed to parse datetime for key `error` in tests/Settings-invalid.toml".to_string()
+ "failed to parse datetime for key `error` at line 2 column 9 in tests/Settings-invalid.toml".to_string()
);
}