Skip to content

Commit

Permalink
Typografic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Dec 12, 2021
1 parent 7698de6 commit 2e3a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -204,7 +204,7 @@ Just the attributes that ends with `test` (last path segment) can be injected.
### Use `#[once]` Fixture

If you need to a fixture that should be inizialized just once for all tests
you can use `#[once]` attribute. `rstest` call your fixture function just once and
you can use `#[once]` attribute. `rstest` call your fixture function just once and
return a reference to your function result to all your tests:

```rust
Expand Down

0 comments on commit 2e3a3d5

Please sign in to comment.