Skip to content

Commit

Permalink
skipping test in r universe
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Jun 24, 2024
1 parent ba141c0 commit 9038180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r-harmonium/tests/testthat/test_haudiosink.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_if(Sys.getenv("MY_UNIVERSE") = "https://daniellga.r-universe.dev", message = "Test skipped for R-universe.")
skip_if(Sys.getenv("MY_UNIVERSE") == "https://daniellga.r-universe.dev", message = "Test skipped for R-universe.")

test_that(
"haudiosink works.",
Expand Down
2 changes: 1 addition & 1 deletion r-harmonium/tests/testthat/test_hfile.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_if(Sys.getenv("MY_UNIVERSE") = "https://daniellga.r-universe.dev", message = "Test skipped for R-universe.")
skip_if(Sys.getenv("MY_UNIVERSE") == "https://daniellga.r-universe.dev", message = "Test skipped for R-universe.")

test_that(
"hfile works.",
Expand Down

0 comments on commit 9038180

Please sign in to comment.