mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Fix edge case of one test assembly
This commit is contained in:
parent
3608ee03fd
commit
724497a84c
14 changed files with 65 additions and 6 deletions
|
|
@ -1,4 +1,9 @@
|
|||

|
||||
<details><summary>Expand for details</summary>
|
||||
|
||||
|Report|Passed|Failed|Skipped|Time|
|
||||
|:---|---:|---:|---:|---:|
|
||||
|FluentValidation.Tests|803:white_check_mark:||1:warning:|4s|
|
||||
## :white_check_mark: <a id="user-content-r0" href="#r0">FluentValidation.Tests</a>
|
||||
**804** tests were completed in **4s** with **803** passed, **0** failed and **1** skipped.
|
||||
|Test suite|Passed|Failed|Skipped|Time|
|
||||
|
|
@ -1054,4 +1059,5 @@
|
|||
:white_check_mark: Unexpected_message_check(withoutErrMsg: "bar", errMessages: [])
|
||||
:white_check_mark: Unexpected_severity_check
|
||||
:white_check_mark: Unexpected_state_check
|
||||
```
|
||||
```
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue