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.
1 parent c491cdc commit a3a36e1Copy full SHA for a3a36e1
1 file changed
test/core/expectations/compound_data/test_expectation_anydata.pkb
@@ -292,7 +292,7 @@ create or replace package body test_expectation_anydata is
292
ut.fail('Expected exception -31011 but nothing was raised');
293
exception
294
when others then
295
- ut.expect(sqlcode).to_equal(-31011);
+ ut.expect(sqlcode).to_be_between(-31013,-31011);
296
end;
297
298
procedure include_attributes_xpath is
0 commit comments