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