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

Skip to content

Commit 449bb70

Browse files
committed
Testing reporting of failing tests in branch and PR builds.
1 parent 08bb27b commit 449bb70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/ut3_user/expectations.pkb

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

31-
ut.expect(l_actual).to_be_like(l_expected);
31+
--deliberate change to make a test fail
32+
ut.expect(l_actual).not_to_be_like(l_expected);
3233
rollback;
3334
end;
3435

0 commit comments

Comments
 (0)