remove empty test

This commit is contained in:
Chris West (Faux) 2017-11-17 09:53:21 +00:00
parent b104724ccf
commit c4e7590239

View File

@ -74,11 +74,6 @@ mod tests {
); );
} }
#[test]
fn find_by_filter_map() {
let mut cache = Cache::get_singleton();
}
#[test] #[test]
fn compare_versions() { fn compare_versions() {
use std::cmp::Ordering; use std::cmp::Ordering;