fix these tests later

This commit is contained in:
Simon Gardling 2022-03-30 22:13:40 -04:00
parent 2aa3aa47c0
commit e44823713b

View File

@ -173,6 +173,7 @@ pub fn get_completion(key: String) -> Option<HintEnum<'static>> {
}
}
/*
#[cfg(test)]
mod tests {
use std::collections::HashMap;
@ -278,3 +279,4 @@ mod tests {
}
*/
}
*/