Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3c0188

Browse files
authored
Merge pull request #51 from Pazus/version3
suite teardown never called bug fix
2 parents 69b44e6 + b82136a commit f3c0188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/types/ut_test_suite.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ create or replace type body ut_test_suite is
6868
l_reporter.after_suite_item(a_suite => self,a_item_index => i);
6969
end loop;
7070

71-
if self.setup is not null then
71+
if self.teardown is not null then
7272
l_reporter.before_suite_teardown(self);
7373
self.teardown.execute;
7474
l_reporter.after_suite_teardown(self);

0 commit comments

Comments
 (0)