Skip to content

Commit b84921e

Browse files
committed
Fixed unittest failure
1 parent ca155ce commit b84921e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/fedex_python/python/SCL_unittest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,5 @@ class P:
324324
def test_check_enum_type(self):
325325
enum = ENUMERATION(["my","string"])
326326

327-
#
328-
# Cast from list to aggregates
329-
#
330-
class CastTypeChecker(unittest.TestCase):
331-
def test_cast_list_to_array(self):
332-
a = [1.,2.,3.]
333-
b = cast_python_list_to_aggregate(a,ARRAY(1,3,REAL))
334-
335327
unittest.main()
336328

0 commit comments

Comments
 (0)