summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorShaun Taheri <shaun@advancedtelematic.com>2016-08-08 11:59:55 +0200
committerShaun Taheri <shaun@advancedtelematic.com>2016-08-10 16:46:24 +0200
commit2dd270b68dc4d3a1a3ca366900993330c11ba765 (patch)
tree5082ff7cbd7ee0b5fe09cb8686c4ae852800030b /tests
parentafb783a34074062fe427a4c0b7b80cc428ae23b5 (diff)
downloadrvi_sota_client-2dd270b68dc4d3a1a3ca366900993330c11ba765.tar.gz
Apply rust-clippy lint suggestions
Diffstat (limited to 'tests')
-rw-r--r--tests/ota_plus_client_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ota_plus_client_tests.rs b/tests/ota_plus_client_tests.rs
index ae1f5c8..2ed802e 100644
--- a/tests/ota_plus_client_tests.rs
+++ b/tests/ota_plus_client_tests.rs
@@ -104,7 +104,7 @@ fn bad_ota_server_url() {
#[test]
fn bad_section() {
assert_eq!(client_with_config(&[""], "[foo]\n"),
- "parse_section, invalid section: core\n")
+ "Parse error: invalid section: core\n")
}
#[test]