Skip to content

Commit

Permalink
adapt test to changed parameter of dbFindIdsUniqueTrials
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Feb 1, 2025
1 parent 392d3f8 commit c7c8002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/ctrdata_euctr.R
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ expect_false(any(c("2010-024264-18-GB") %in% trialsCtgov))
# test
expect_true(
all(c("NCT00001209", "NCT00001436", "NCT00187109", "NCT01516567",
"2009-018077-31-DE") %in% trialsEuctr))
"2009-018077-31-BE") %in% trialsEuctr))

# test
expect_false(any(c("NCT01471782") %in% trialsEuctr))
Expand Down

0 comments on commit c7c8002

Please sign in to comment.