Skip to content

Commit

Permalink
docs: update TestSkipHeights
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Jun 5, 2024
1 parent cb8d0a0 commit d4c8776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/stdlibs/std/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ func TestSkipHeights(count int64)
```
Modifies the block height variable by skipping **count** blocks.

It also increases block timestamp by 5 seconds for every single count

#### Usage
```go
std.TestSkipHeights(100)
Expand Down

0 comments on commit d4c8776

Please sign in to comment.