Skip to content

Commit 4a2f991

Browse files
richardpringleDarioush Jalali
andauthored
fixup! Rename test_ to step_ for clarity
Co-authored-by: Darioush Jalali <[email protected]> Signed-off-by: Richard Pringle <[email protected]>
1 parent e21132a commit 4a2f991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-examples/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test(
3737
Many contract functions can be called as a part of the same test:
3838

3939
```ts
40-
test("<step_name>", ["<step_fn1>", "<step_fn2>", "<step_fn3>"])
40+
test("<test_name>", ["<step_fn1>", "<step_fn2>", "<step_fn3>"])
4141
```
4242

4343
Individual test functions can describe their own overrides with the `overrides` property.

0 commit comments

Comments
 (0)