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

Skip to content

Commit d999d31

Browse files
committed
Revert "Testing reporting of failing tests in branch and PR builds."
This reverts commit 449bb70.
1 parent 54af5fa commit d999d31

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/ut3_user/expectations.pkb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ SUCCESS
2828
Actual: 0 (number) was expected to equal: 0 (number)
2929
]';
3030

31-
--deliberate change to make a test fail
32-
ut.expect(l_actual).not_to_be_like(l_expected);
31+
ut.expect(l_actual).to_be_like(l_expected);
3332
rollback;
3433
end;
3534

0 commit comments

Comments
 (0)