From cdf9fb333d1ec779265895d674996d67cee2a299 Mon Sep 17 00:00:00 2001
From: Christian Legnitto <christian.legnitto@robinhood.com>
Date: Sun, 3 Nov 2019 22:23:07 -0800
Subject: [PATCH] Re-enable introspection tests.

These were fixed by previous commits.
---
 juniper/src/tests/introspection_tests.rs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/juniper/src/tests/introspection_tests.rs b/juniper/src/tests/introspection_tests.rs
index 8df5e052..c91f65ee 100644
--- a/juniper/src/tests/introspection_tests.rs
+++ b/juniper/src/tests/introspection_tests.rs
@@ -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![]));
 }
-*/