[MNT-21818] BehaviourDrivenTest after method

This commit is contained in:
tiagos
2020-09-14 23:15:59 +01:00
parent eb79016d90
commit 3148372e04

View File

@@ -1020,13 +1020,13 @@ public abstract class BaseRMTestCase extends RetryingTransactionHelperTestCase
@Override
public void runImpl() throws Exception
{
after();
mAfter();
}
}, runAsUser);
}
else
{
after();
mAfter();
}
}
}