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 08bb27b commit 449bb70Copy full SHA for 449bb70
1 file changed
test/ut3_user/expectations.pkb
@@ -28,7 +28,8 @@ SUCCESS
28
Actual: 0 (number) was expected to equal: 0 (number)
29
]';
30
31
- ut.expect(l_actual).to_be_like(l_expected);
+ --deliberate change to make a test fail
32
+ ut.expect(l_actual).not_to_be_like(l_expected);
33
rollback;
34
end;
35
0 commit comments