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

Skip to content

Commit 6538063

Browse files
committed
fix/ORA-00907: wrong schema name in test case check
1 parent be21964 commit 6538063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ut3_user/expectations/test_expectations_cursor.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ create or replace package body test_expectations_cursor is
100100
--Act
101101
ut3.ut.expect( l_actual ).to_equal( l_expected );
102102
--Assert
103-
ut.expect(expectations.failed_expectations_data()).to_be_empty();
103+
ut.expect(ut3_tester_helper.main_helper.get_failed_expectations_num).to_equal(0);
104104
ut3.ut.reset_nls;
105105
end;
106106

0 commit comments

Comments
 (0)