summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-02-07 17:14:49 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-02-07 17:14:49 -0800
commit09b030a2b2b536d2af1c70bda560f6c0d6a36d41 (patch)
tree1d98bc49f561c32ecdc43db1941e2851603ca364 /src/config.rs
parent0c2569271a83728a73f201e98d3d1d4c4fa00c18 (diff)
:shirt:
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();