Skip to content

Commit

Permalink
sans whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmaturtle committed Jul 10, 2023
1 parent e16813e commit fad70bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readmeCSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ public async Task Task_with_exception_shrinks(int i)
}
```
```
System.Exception: *** Failed! Falsifiable (after 14 tests and 1 shrink):
System.Exception: *** Failed! Falsifiable (after 14 tests and 2 shrinks):
[11]
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.AggregateException: One or more errors occurred. (whoops)
---> System.Exception: whoops
---> System.AggregateException: One or more errors occurred. (Exception of type 'System.Exception' was thrown.)
---> System.Exception: Exception of type 'System.Exception' was thrown.
```
A test returning an [`FSharp.Core.Result`](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-resultmodule.html) in an `Error` state will be treated as a failure.

Expand Down

0 comments on commit fad70bd

Please sign in to comment.