Skip to content

Commit ae36a76

Browse files
1eyewonderTheAngryByrd
authored andcommitted
Updated mistake of moving attribute
1 parent 86b465a commit ae36a76

File tree

1 file changed

+1
-3
lines changed
  • tests/FsToolkit.ErrorHandling.Tests

1 file changed

+1
-3
lines changed

tests/FsToolkit.ErrorHandling.Tests/Main.fs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ module FsToolkit.ErrorHandling.Tests
44
open Fable.Mocha
55
#else
66
open Expecto
7-
#endif
8-
97
//needed for `dotnet test` to work
108
[<Tests>]
9+
#endif
1110
let allTests =
1211
testList "All Tests" [
1312
ResultTests.allTests
@@ -32,7 +31,6 @@ let allTests =
3231
ValueOptionCETests.allTests
3332
]
3433

35-
3634
[<EntryPoint>]
3735
let main argv =
3836
#if FABLE_COMPILER

0 commit comments

Comments
 (0)