Skip to content

Commit cd3e2b9

Browse files
authored
fix(doc): Update running-unit-tests.md - remove example
1 parent 21462fc commit cd3e2b9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/userguide/running-unit-tests.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,6 @@ end;
120120
```
121121
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
122122

123-
```sql linenums="1"
124-
set serveroutput on
125-
begin
126-
ut.run(ut_varchar2_list('hr.test_apply_bonus,cust)');
127-
end;
128-
```
129-
130-
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
131123

132124
```sql linenums="1"
133125
set serveroutput on
@@ -566,4 +558,4 @@ Example call with characterset provided:
566558
begin
567559
ut.run('hr.test_apply_bonus', ut_junit_reporter(), a_client_character_set => 'Windows-1251');
568560
end;
569-
```
561+
```

0 commit comments

Comments
 (0)