Re-enable introspection tests.

These were fixed by previous commits.
This commit is contained in:
Christian Legnitto 2019-11-03 22:23:07 -08:00
parent 0929bad163
commit cdf9fb333d

View file

@ -234,8 +234,6 @@ fn test_introspection_possible_types() {
assert_eq!(possible_types, vec!["Human", "Droid"].into_iter().collect());
}
/*
* FIXME: make this work again
#[test]
fn test_builtin_introspection_query() {
let database = Database::new();
@ -258,4 +256,3 @@ fn test_builtin_introspection_query_without_descriptions() {
assert_eq!(result, (expected, vec![]));
}
*/