From a04b3f272c2f155848f02f03314cf4efc1200625 Mon Sep 17 00:00:00 2001 From: gowerc Date: Thu, 29 Feb 2024 15:24:17 +0000 Subject: [PATCH] Address cicd comments --- tests/testthat/test-options.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-options.R b/tests/testthat/test-options.R index 447be920..3df6b48f 100644 --- a/tests/testthat/test-options.R +++ b/tests/testthat/test-options.R @@ -25,7 +25,7 @@ test_that("Can alter Gaussian Quadrature arguments", { ## Test modified values - options( "jmpost.gauss_quad_n" = 20) + options("jmpost.gauss_quad_n" = 20) df <- DataSurvival( data = x, formula = Surv(vtime, vevent) ~ vcov1 * vcov2