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

Skip to content

Commit 3bdb9d0

Browse files
committed
Fixing flaky test
1 parent 3b9b626 commit 3bdb9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ut3_user/expectations/binary/test_to_be_within.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ create or replace package body test_to_be_within is
199199
begin
200200
--Arrange
201201
--Act
202-
ut3_develop.ut.expect(sysdate).to_be_within(INTERVAL '1' MONTH).of_(sysdate+ 45);
202+
ut3_develop.ut.expect(sysdate).to_be_within(INTERVAL '1' MONTH).of_(sysdate+ 46);
203203
--Assert
204204
l_expected_message := q'[Actual: % (date) was expected to be within 1 month of % (date)]';
205205
l_actual_message := ut3_tester_helper.main_helper.get_failed_expectations(1);

0 commit comments

Comments
 (0)