From e9354383d9dcd5d7fc9fd8539b3ef37b3e6a8645 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 2 Jul 2018 15:41:14 -0700 Subject: Update readme/changelog for 0.9 --- tests/env.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/env.rs b/tests/env.rs index b204118..932d2fc 100644 --- a/tests/env.rs +++ b/tests/env.rs @@ -54,8 +54,7 @@ fn test_prefix_with_variant_forms_of_spelling() { fn test_separator_behavior() { env::set_var("C_B_A", "abc"); - let mut environment = Environment::with_prefix("C"); - environment.separator("_"); + let mut environment = Environment::with_prefix("C").separator("_"); assert!(environment.collect().unwrap().contains_key("b.a")); -- cgit v1.2.3