Skip to content

Commit

Permalink
Update ReliablyTestingAsync.md (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessetipton authored Feb 23, 2024
1 parent bb5059b commit f7e9d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ And this is only one small example of async code that is difficult to test. If y
tries to implement cancellation, or makes use of time-based asynchrony (such as clocks), or
uses async sequences, or any number of things, then you will come across similar test failures that
are essentially impossible to fix. You may be able to even get the tests to seemingly pass
consistently, but almost alwasy if you run them enough times (thousands or millions of times), you
consistently, but almost always if you run them enough times (thousands or millions of times), you
_will_ eventually get a test failure, and that breeds uncertainty in your test suite.

## Looking to Async Algorithms for inspiration
Expand Down

0 comments on commit f7e9d4a

Please sign in to comment.