Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Dec 10, 2024
1 parent 2baa808 commit 8f76c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-runPlpHelpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("check printHeader runs", {
outcomeId = outcomeId,
analysisId = 123,
analysisName = 'test',
ExecutionDateTime = Sys.time()
executionDateTime = Sys.time()
)
expect_is(header, "logical")

Expand Down

0 comments on commit 8f76c69

Please sign in to comment.