From b9e9568efe21f5c97599385b11d6792da67da925 Mon Sep 17 00:00:00 2001
From: Stefano Borini <sborini@enthought.com>
Date: Wed, 26 Jul 2017 19:28:00 +0100
Subject: [PATCH] Added use of range values to json file

---
 force_bdss/tests/fixtures/test_csv.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/force_bdss/tests/fixtures/test_csv.json b/force_bdss/tests/fixtures/test_csv.json
index a74afc6..a774071 100644
--- a/force_bdss/tests/fixtures/test_csv.json
+++ b/force_bdss/tests/fixtures/test_csv.json
@@ -8,6 +8,9 @@
           {
             "id": "force.bdss.mco_parameter.enthought.ranged",
             "model_data": {
+                "initial_value": 3,
+                "lower_bound": 0,
+                "upper_bound": 10
             }
           }
         ]
-- 
GitLab