Skip to content

Commit

Permalink
amend tests after DCF url change
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki authored Oct 30, 2022
1 parent a0c3343 commit 91070fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cmd = installcmd()

stopifnot(all.equal(
unclass(cmd),
sprintf('install.packages("pkgup", repos=c("https://jangorecki.github.io/pkgup","%s"))', getOption("repos"))
sprintf('install.packages("pkgup", repos=c("https://jangorecki.github.io/pkgup/","%s"))', getOption("repos"))
))

stopifnot(all.equal(
capture.output(print(cmd)),
sprintf('install.packages("pkgup", repos=c("https://jangorecki.github.io/pkgup","%s"))', getOption("repos"))
sprintf('install.packages("pkgup", repos=c("https://jangorecki.github.io/pkgup/","%s"))', getOption("repos"))
))

0 comments on commit 91070fd

Please sign in to comment.