Unit Test Commit Not Updating Values

1
Hi, I have a unit test in Mendix 8.6.9, using the 8.0.1 version of the UnitTesting module. The unit test tests that the flow correctly alters the values of specific entities. When debugging the unit tests, I see that the values are updated correctly. However, when I attempt to revert the values (and committing them), the next test still retrieves the previous test’s values. Does anyone know how to overcome this? Some general notes regarding the unit test: Due to the complexity surrounding the entities, I opt for reusing the existing entities rather than recreating them. I did attempt to commit the reverted values using both “Commit” and “Commit without events” Since the commit inside the flow worked, I attempted to do the reverting of the values inside a sub-microflow with a commit   Thanks in advance!
asked
0 answers