Skip to content

Commit

Permalink
Fixes Expecto Tests tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Sep 6, 2023
1 parent e89b90e commit daeded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FsAutoComplete.Tests.Lsp/DetectUnitTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ let tests state =
(async {
let! testNotification = getTestNotification "ExpectoTests" "Sample.fs"
Expect.hasLength testNotification.Tests 1 "Expected to have found 1 expecto test list"
Expect.hasLength testNotification.Tests.[0].Childs 10 "Expected to have found 13 expecto tests"
Expect.hasLength testNotification.Tests.[0].Childs 13 "Expected to have found 13 expecto tests"
}) ]

0 comments on commit daeded6

Please sign in to comment.