diff --git a/tests/autocomplete.rs b/tests/autocomplete.rs index 22b1bd1..dd7a306 100644 --- a/tests/autocomplete.rs +++ b/tests/autocomplete.rs @@ -118,6 +118,7 @@ fn multi() { fn none() { // string that should give no hints let random = "qwert987gybhj"; + assert_eq!(parsing::generate_hint(random), &Hint::None); ac_tester(&[ SetString(random),