Skip to content

Commit 122cf76

Browse files
committed
refactor: remove [<Tests>]
1 parent 5164f26 commit 122cf76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/GraphBLAS-sharp.Tests/Program.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
open Expecto
22
open GraphBLAS.FSharp.Tests.Backend
33

4-
[<Tests>]
54
let matrixTests =
65
testList
76
"Matrix tests"
@@ -14,7 +13,6 @@ let matrixTests =
1413
Matrix.Transpose.tests ]
1514
|> testSequenced
1615

17-
[<Tests>]
1816
let commonTests =
1917
testList
2018
"Common tests"

0 commit comments

Comments
 (0)