File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Ontology.NET.Tests/OBO Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ module OboOntologyTests =
5959 let testFile1 = try OboOntology.fromFile false testFile1Path |> Some with _ -> None
6060 let testFile2 = try OboOntology.fromFile false testFile2Path |> Some with _ -> None
6161 let testFile3 = try OboOntology.fromFile false testFile3Path |> Some with _ -> None
62- let testOboFile3Path = Path.Combine(__ SOURCE_ DIRECTORY__, " references " , " testOboFile3.obo" )
62+ let testOboFile3Path = Path.Combine(__ SOURCE_ DIRECTORY__, " References " , " testOboFile3.obo" )
6363 let testOboFile3 = try OboOntology.fromFile false testOboFile3Path |> Some with _ -> None
64- let goPath = Path.Combine(__ SOURCE_ DIRECTORY__, " references " , " go.obo" )
64+ let goPath = Path.Combine(__ SOURCE_ DIRECTORY__, " References " , " go.obo" )
6565 let go = try OboOntology.fromFile false goPath |> Some with _ -> None
6666
6767
You can’t perform that action at this time.
0 commit comments