Skip to content

Commit 14053e0

Browse files
committed
Revert "add failing test to check that the task works"
This reverts commit 8b5af85138b981750a34d8853cd88d2c8a6d6c3e.
1 parent d092d8f commit 14053e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/FSharp.Test.Utilities/Tests.fs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ 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)