Skip to content

Commit 1185d9f

Browse files
committed
typo of the test title
1 parent 095944c commit 1185d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/test-developer-gs_design_wlr.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test_that("Validate calendar-time driven design",{
3838
expect_equal(x$analysis$time, c(12, 24, 36))
3939
})
4040

41-
test_that("Validate calendar-time driven design -- A",{
41+
test_that("Validate calendar-time and info-frac driven design -- A",{
4242
analysis_time <- c(12, 24, 36)
4343
info_frac <- c(0.3, 0.7, 1)
4444
# output from gsDesign2
@@ -62,7 +62,7 @@ test_that("Validate calendar-time driven design -- A",{
6262
expect_equal(x$analysis$info_frac[idx_driven_by_info_frac], info_frac[idx_driven_by_info_frac], tolerance = 1e-5)
6363
})
6464

65-
test_that("Validate calendar-time driven design -- B",{
65+
test_that("Validate calendar-time and info-frac driven design -- B",{
6666
analysis_time <- c(18, 29, 36)
6767
info_frac <- c(0.3, 0.7, 1)
6868
# output from gsDesign2
@@ -86,7 +86,7 @@ test_that("Validate calendar-time driven design -- B",{
8686
expect_equal(x$analysis$info_frac[idx_driven_by_info_frac], info_frac[idx_driven_by_info_frac], tolerance = 1e-5)
8787
})
8888

89-
test_that("Validate calendar-time driven design -- C",{
89+
test_that("Validate calendar-time and info-frac driven design -- C",{
9090
analysis_time <- c(18, 24, 36)
9191
info_frac <- c(0.3, 0.7, 1)
9292
# output from gsDesign2

0 commit comments

Comments
 (0)