Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Jun 1, 2023
1 parent 7301648 commit ef467df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ rules by setting the following options:

### Tests

Use the `mz_test::test` macro instead of `test`, since it automatically
Use the `mz_ore::test` macro instead of `test`, since it automatically
initializes logging. For tokio tests you can use
`#[mz_test::test(tokio::test)]`.
`#[mz_ore::test(tokio::test)]`.


[Clippy]: https://github.com/rust-lang/rust-clippy
Expand Down

0 comments on commit ef467df

Please sign in to comment.