Skip to content

Commit

Permalink
Merge e951852 into e6dea2d
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasylow committed Mar 23, 2019
2 parents e6dea2d + e951852 commit dae2415
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/expectations/data_values/ut_compound_data_helper.pkb
Expand Up @@ -591,11 +591,6 @@ create or replace package body ut_compound_data_helper is
begin
open l_diff_cursor for a_diff_cursor_text using a_self_id, a_other_id;
return l_diff_cursor;
exception when others then
if l_diff_cursor%isopen then
close l_diff_cursor;
end if;
raise;
end;

begin
Expand Down

0 comments on commit dae2415

Please sign in to comment.