Skip to content

Commit 924bbe6

Browse files
committed
Fixed headings.
1 parent 7598d11 commit 924bbe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ var response = pm.response.json();
428428
utils.expect.property.notexist(pm, response, "id");
429429
```
430430

431-
### `utils.expect.property.equal`:
431+
### `utils.expect.property.equal`
432432
Expects a named property of the specified object to be equal to the specific value (can be any simple data type, such as boolean, integer, etc.).
433433

434434
#### Prototype
@@ -448,7 +448,7 @@ var response = pm.response.json();
448448
utils.expect.property.equal(pm, response, "active", true);
449449
```
450450

451-
### `utils.expect.property.notequal`:
451+
### `utils.expect.property.notequal`
452452
Expects a named property of the specified object to not be equal to the specific value (can be any simple data type, such as boolean, integer, etc.).
453453

454454
#### Parameters
@@ -685,7 +685,7 @@ Pause execution for 5 seconds.
685685
utils.wait(pm, 5);
686686
```
687687

688-
### `utils.stop`:
688+
### `utils.stop`
689689
Stops test execution.
690690

691691
#### Prototype
@@ -699,7 +699,7 @@ Stop test run.
699699
utils.stop(pm);
700700
```
701701

702-
### `utils.skip`:
702+
### `utils.skip`
703703
Skips test execution to the specified test.
704704

705705
#### Prototype

0 commit comments

Comments
 (0)