summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs
index 4c064de..6c81244 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -452,7 +452,7 @@ mod test {
Value::Integer(10),
Value::Integer(325),
Value::Integer(12),
- ]);
+ ]).unwrap();
let values = c.get_slice("values").unwrap();
@@ -468,7 +468,7 @@ mod test {
10,
325,
12,
- ]);
+ ]).unwrap();
let values = c.get_slice("values").unwrap();