Skip to content

Commit

Permalink
Appease the lintr!
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jan 31, 2025
1 parent 68d4e41 commit 8f3e750
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-submission_tmpl.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test_that("submission_tmpl works correctly with path to hub", {

test_that("submission_tmpl works correctly with path to task config file", {
config_path <- system.file("config", "tasks.json",
package = "hubValidations"
package = "hubValidations"
)
expect_snapshot(
submission_tmpl(
Expand All @@ -115,10 +115,10 @@ test_that("submission_tmpl works correctly with path to task config file", {
config_path <- file.path(hub_path, "hub-config", "tasks.json")
expect_equal(
submission_tmpl(hub_path,
round_id = "2023-01-30"
round_id = "2023-01-30"
),
submission_tmpl(config_path,
round_id = "2023-01-30"
round_id = "2023-01-30"
)
)
})
Expand Down Expand Up @@ -170,7 +170,7 @@ test_that("submission_tmpl errors correctly", {
)

config_path <- system.file("config", "tasks-comp-tid.json",
package = "hubValidations"
package = "hubValidations"
)
expect_snapshot(
submission_tmpl(
Expand All @@ -187,7 +187,7 @@ test_that("submission_tmpl errors correctly", {

test_that("submission_tmpl output type subsetting works", {
config_path <- system.file("config", "tasks-comp-tid.json",
package = "hubValidations"
package = "hubValidations"
)
# Subsetting for a single output type
expect_snapshot(
Expand All @@ -210,7 +210,7 @@ test_that("submission_tmpl output type subsetting works", {

test_that("submission_tmpl handles samples correctly", {
config_path <- system.file("config", "tasks-comp-tid.json",
package = "hubValidations"
package = "hubValidations"
)
expect_snapshot(
submission_tmpl(
Expand Down

0 comments on commit 8f3e750

Please sign in to comment.