aboutsummaryrefslogtreecommitdiff
path: root/tests/test_import_variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_import_variable.py')
-rw-r--r--tests/test_import_variable.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_import_variable.py b/tests/test_import_variable.py
index c8ac5ed..035f0bb 100644
--- a/tests/test_import_variable.py
+++ b/tests/test_import_variable.py
@@ -27,10 +27,8 @@ class TestImportVariable(unittest.TestCase):
self.assertEqual(msg_2, 'Initialized Client - R')
def test_import_integer(self):
- int_1 = self.src_fil_r.import_variable('int_1')
- int_2 = self.src_fil_r.import_variable('int_2')
+ int_1 = self.src_fil_r.import_variable('int_1')[0]
self.assertEqual(int_1, 3)
- self.assertEqual(int_2, 155)
def test_import_boolean(self):
chk_1 = self.src_fil_r.import_variable('chk_1')