Skip to content
Snippets Groups Projects
Commit b100a63e authored by kaloyane's avatar kaloyane
Browse files

minor: fixed a typo

SVN: 20873
parent cbe28679
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ public abstract class AbstractBOTest extends AssertJUnit
@AfterMethod
public void afterMethod(ITestResult result, Method m)
{
// only run assertions if has not failed
// verify mock expectations only when the test has not failed
if (result.isSuccess())
{
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment