Re-enable introspection tests.
These were fixed by previous commits.
This commit is contained in:
parent
0929bad163
commit
cdf9fb333d
1 changed files with 0 additions and 3 deletions
|
@ -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![]));
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue