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

Skip to content

Commit 887e46a

Browse files
committed
Fixing test package
1 parent e2561bc commit 887e46a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_user/expectations/binary/test_be_less_or_equal.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ create or replace package body test_be_less_or_equal is
256256
--Act
257257
ut3.ut.expect(to_clob('3')).to_( ut3.be_less_or_equal(3) );
258258
--Assert
259-
ut.expect( expectations.failed_expectations_data( ) ).not_to_be_empty( );
259+
ut.expect(ut3_tester_helper.main_helper.get_failed_expectations_num).to_be_greater_than(0);
260260
end;
261261

262262
end;

test/ut3_user/expectations/binary/test_be_less_or_equal.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create or replace package test_be_less_or_equal is
22

33
--%suite((not)to_be_less_or_equal)
4-
--%suitepath(utplsql.core.expectations.binary)
4+
--%suitepath(utplsql.test_user.expectations.binary)
55

66
--%aftereach
77
procedure cleanup_expectations;

0 commit comments

Comments
 (0)