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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/userguide/running-unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Executes single test procedure _hr.test_apply_bonus.bonus_cannot_be_negative_.

```sql
begin
ut.run(ut_varcahr2_list('hr.test_apply_bonus','cust'));
ut.run(ut_varchar2_list('hr.test_apply_bonus','cust'));
end;
```
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
Expand Down