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.
2 parents 6922ecf + 5c56ae3 commit a240b45Copy full SHA for a240b45
1 file changed
docs/userguide/running-unit-tests.md
@@ -82,7 +82,7 @@ Executes single test procedure _hr.test_apply_bonus.bonus_cannot_be_negative_.
82
83
```sql
84
begin
85
- ut.run(ut_varcahr2_list('hr.test_apply_bonus','cust'));
+ ut.run(ut_varchar2_list('hr.test_apply_bonus','cust'));
86
end;
87
```
88
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
0 commit comments