| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 16c60a9 commit f31944a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -861,9 +861,9 @@ and `crypto.getFips()` instead. | |||
| 861 | 861 | ||
| 862 | 862 | Type: Runtime | |
| 863 | 863 | ||
| 864 | - Using `assert.fail()` with more than one argument has no benefit over writing an | ||
| 865 | - individual error message. Either use `assert.fail()` with one argument or switch | ||
| 866 | - to one of the other assert methods. | ||
| 864 | + Using `assert.fail()` with more than one argument is deprecated. Use | ||
| 865 | + `assert.fail()` with only one argument or use a different `assert` module | ||
| 866 | + method. | ||
| 867 | 867 | ||
| 868 | 868 | <a id="DEP0095"></a> | |
| 869 | 869 | ### DEP0095: timers.enroll() | |
| Back | FazBrowse Home | New Git URL |
0 commit comments