Skip to content

Commit cdf9fb3

Browse files
committed
Re-enable introspection tests.
These were fixed by previous commits.
1 parent 0929bad commit cdf9fb3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

juniper/src/tests/introspection_tests.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ fn test_introspection_possible_types() {
234234
assert_eq!(possible_types, vec!["Human", "Droid"].into_iter().collect());
235235
}
236236

237-
/*
238-
* FIXME: make this work again
239237
#[test]
240238
fn test_builtin_introspection_query() {
241239
let database = Database::new();
@@ -258,4 +256,3 @@ fn test_builtin_introspection_query_without_descriptions() {
258256

259257
assert_eq!(result, (expected, vec![]));
260258
}
261-
*/

0 commit comments

Comments
 (0)