about summary refs log tree commit diff
path: root/tests/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/test_traits.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/integration/test_traits.py b/tests/integration/test_traits.py
index 2f3433a..7cf0a9f 100644
--- a/tests/integration/test_traits.py
+++ b/tests/integration/test_traits.py
@@ -26,7 +26,13 @@ class TraitIntegrationTest(TestCase):
         trait_results = {
             "dataset": None,
             "trait_name": "1449593_at",
-            "trait_data": {}
+            "trait_data": {
+                "BXD11": 8.464,
+                "BXD12": 8.414,
+                "BXD13": 8.753,
+                "BXD15": 8.5,
+                "BXD16": 8.832
+            }
 
         }
         mock_fetch_trait.return_value = trait_results