Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69b44e6 + b82136a commit f3c0188Copy full SHA for f3c0188
1 file changed
source/types/ut_test_suite.tpb
@@ -68,7 +68,7 @@ create or replace type body ut_test_suite is
68
l_reporter.after_suite_item(a_suite => self,a_item_index => i);
69
end loop;
70
71
- if self.setup is not null then
+ if self.teardown is not null then
72
l_reporter.before_suite_teardown(self);
73
self.teardown.execute;
74
l_reporter.after_suite_teardown(self);
0 commit comments