-
-
Save dupdob/8d7dfedd15ef03ef53278d050c75e06b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// this always fails as the execution time is never 0 | |
Check.ThatCode(() => Thread.Sleep(0)).LastsLessThan(0, TimeUnit.Milliseconds); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment