Commit f10fdb6
authored
[Internal] CI: Adds meaningful failure message on assert failure (#5513)
## Description
The test randomly fails with `Assert.IsTrue()` failed, without enough
context on what is failing. Adding information useful for the context
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)1 parent 106dab3 commit f10fdb6
File tree
1 file changed
+4
-2
lines changed- Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
275 | | - | |
| 276 | + | |
| 277 | + | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
| |||
0 commit comments