Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Butterworth <[email protected]>
  • Loading branch information
giordano and IanButterworth authored Dec 30, 2024
1 parent f33f108 commit 39f046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Standard library changes
#### Test

* A failing `DefaultTestSet` now prints to screen the random number generator (RNG) of the failed test, to help reproducing a stochastic failure which only depends on the state of the RNG.
It is also possible seed a test set by passing the `seed` keyword argument to `@testset`:
It is also possible seed a test set by passing the `rng` keyword argument to `@testset`:
```julia
using Test, Random
@testset seed=Xoshiro(0x2e026445595ed28e, 0x07bb81ac4c54926d, 0x83d7d70843e8bad6, 0xdbef927d150af80b, 0xdbf91ddf2534f850) begin
Expand Down

0 comments on commit 39f046f

Please sign in to comment.