From 3f3851e72083081eafd2114ab42d58f7adc3e610 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Tue, 17 Jul 2018 16:09:31 +0200 Subject: [PATCH] Update test_iterator.rs more completely resolve conflict --- tests/test_iterator.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_iterator.rs b/tests/test_iterator.rs index 6019f3f..fabfe07 100644 --- a/tests/test_iterator.rs +++ b/tests/test_iterator.rs @@ -193,8 +193,6 @@ pub fn test_prefix_iterator() { assert_eq!(b_iterator.collect::>(), expected) } } - let opts = Options::default(); - assert!(DB::destroy(&opts, path).is_ok()); } #[test]