Skip to content

Commit

Permalink
Issue #54: fixed EMA test - adjusted to changed input
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle20 committed May 28, 2023
1 parent 80f77c8 commit f21385d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.swp
*.log
.Rhistory
web/index.html
OUTPUT/
Expand All @@ -7,3 +8,4 @@ INPUT.PPI.MODEL/
INPUT.REP/
TRASH/
NOTEs/
DATA/
1 change: 1 addition & 0 deletions .renvignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OUTPUT/
3 changes: 2 additions & 1 deletion DEVDOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Run tests from command line:
* ```Rscript -e 'tinytest::test_all()'```

Run specific test file for example:
* ```Rscript -e 'tinytest::run_test_file("inst/tinytest/test_scancer.R", verbose = 0)'```
* ```Rscript -e 'tinytest::run_test_file("inst/tinytest/test_scancer.R", verbose = 0)'```

2 changes: 1 addition & 1 deletion inst/tinytest/test_ema_search.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ expect_equal(
current = clueTable$emaLinks[1][[1]]
)
expect_equal(
target = 'https://www.ema.europa.eu/en/medicines/human/EPAR/glyxambi',
target = 'https://www.ema.europa.eu/en/medicines/human/EPAR/jardiance',
current = clueTable$emaLinks[2][[1]]
)
1 change: 1 addition & 0 deletions tinytest

0 comments on commit f21385d

Please sign in to comment.