From dd36ae643a28bc2cc9efce5a373c566354505dae Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Tue, 22 Aug 2023 17:17:32 -0500 Subject: focus tests --- tests/test_import_variable.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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') -- cgit v1.2.3