Skip to content

Commit d092d8f

Browse files
committed
add failing test to check that the task works
1 parent ba76a19 commit d092d8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/FSharp.Test.Utilities/Tests.fs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ let ``TestConsole captures output`` () =
4343

4444
let results = Seq.init 10 task |> Async.Parallel |> Async.RunSynchronously
4545
Assert.Equal(expected, results)
46+
47+
48+
// Dummy failing test
49+
[<Fact>]
50+
let ``Dummy test`` () =
51+
Assert.True(false, "This test is a dummy and should fail")

0 commit comments

Comments
 (0)