Fix edge case of one test assembly

This commit is contained in:
Ray Xu 2022-05-06 04:34:02 +00:00 committed by Zach Renner
parent 3608ee03fd
commit 724497a84c
14 changed files with 65 additions and 6 deletions

View file

@ -1,4 +1,9 @@
![Tests passed successfully](https://img.shields.io/badge/tests-803%20passed%2C%201%20skipped-success)
<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>