fix test_newinstance, returned obj is now a Child

remove faulty duplicate line that made the previous test useless
This commit is contained in:
Gabriel Pettier 2020-04-04 00:26:19 +02:00
parent 1df2fb6426
commit 4063737cbf
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ def autoclass(clsname):
methods = cls.getDeclaredMethods()
else:
methods = cls.getMethods()
methods = cls.getMethods()
methods_name = [x.getName() for x in methods]
for index, method in enumerate(methods):