summaryrefslogtreecommitdiffstats
path: root/tests/env.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/env.rs')
-rw-r--r--tests/env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/env.rs b/tests/env.rs
index 560ec3b..4d1a966 100644
--- a/tests/env.rs
+++ b/tests/env.rs
@@ -184,7 +184,7 @@ fn test_parse_bool() {
assert!(matches!(
config,
- TestBoolEnum::Bool(TestBool { bool_val: true }),
+ TestBoolEnum::Bool(TestBool { bool_val: true })
));
env::remove_var("BOOL_VAL");