Update test_iterator.rs

more completely resolve conflict
master
Tyler Neely 6 years ago committed by GitHub
parent 2b8dc16fc8
commit 3f3851e720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/test_iterator.rs

@ -193,8 +193,6 @@ pub fn test_prefix_iterator() {
assert_eq!(b_iterator.collect::<Vec<_>>(), expected) assert_eq!(b_iterator.collect::<Vec<_>>(), expected)
} }
} }
let opts = Options::default();
assert!(DB::destroy(&opts, path).is_ok());
} }
#[test] #[test]

Loading…
Cancel
Save