Merge "Fix one minor typo"
[functest.git] / docs / com / pres / framework / framework.md
index 61249e0..3c1aae1 100644 (file)
@@ -102,7 +102,6 @@ if result == testcase.TestCase.EX_OK:
     if GlobalVariables.REPORT_FLAG:
         test_case.push_to_db()
     result = test_case.is_successful()
-duration = test_case.get_duration()
 ```