Skip to content

Commit

Permalink
adapted json export tests for new ro-crate export (Investigation stil…
Browse files Browse the repository at this point in the history
…l open)
  • Loading branch information
floWetzels authored and HLWeil committed Mar 21, 2024
1 parent d1cbba9 commit d8c4d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/ISA/ISA.Json.Tests/Json.Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ let testProcessFile =
let testProcessFileLD =

testList "ProcessLD" [
testCase "ReaderSuccess" (fun () ->
ptestCase "ReaderSuccess" (fun () ->

let readingSuccess =
try
Expand Down Expand Up @@ -936,7 +936,7 @@ let testPersonFile =
let testPersonFileLD =

testList "PersonLD" [
testCase "ReaderSuccess" (fun () ->
ptestCase "ReaderSuccess" (fun () ->

let readingSuccess =
try
Expand Down
2 changes: 1 addition & 1 deletion tests/TestingUtils/TestObjects.Json/Process.fs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ let processWithDefaultLD =
"output": "sdo:result",
"comments": "sdo:disambiguatingDescription"
},
}
"name": "standard_trypsin_digestion",
"executesProtocol": {
"@id": "http://madeUpProtocolWebsize.org/protein_digestion",
Expand Down

0 comments on commit d8c4d0a

Please sign in to comment.