Skip to content

Commit

Permalink
style-guide: update testing links
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <[email protected]>
  • Loading branch information
adisuissa committed Aug 20, 2024
1 parent c618385 commit 8e75f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ environment. In general, there should be no non-local network access. In additio

Tests should be deterministic. They should not rely on randomness or details
such as the current time. Instead, mocks such as
[`MockRandomGenerator`](test/mocks/runtime/mocks.h) and
[`Mock*TimeSource`](test/mocks/common.h) should be used.
[`MockRandomGenerator`](test/mocks/common.h) and
[`SimulatedTimeSystem`](test/test_common/simulated_time_system.h) should be used.

# Google style guides for other languages

Expand Down

0 comments on commit 8e75f26

Please sign in to comment.