-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b96
A test is trying to install some code twice, using the same CompilationResult object. It leads to AssertionError because this object is supposed to be used only once(an installCode change this object state for that).
Test needs to be updated to use another instance of CompilationResult object for 2nd installCode call.
Test needs to be updated to use another instance of CompilationResult object for 2nd installCode call.