Skip to content

Commit 6d945b0

Browse files
committed
Tests: Choose a new nobsv value to avoid spurious errors on other machines.
1 parent 69478f8 commit 6d945b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/testthat/setup.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ fam_nms_unsupp_regex <- paste0("\\.(", paste(fam_nms_unsupp, collapse = "|"),
213213
## Setup ------------------------------------------------------------------
214214

215215
# Number of observations:
216-
nobsv <- 41L
216+
nobsv <- 39L
217217
# Values for testing:
218218
nobsv_tst <- c(1L, nobsv %/% 3L)
219219

0 commit comments

Comments
 (0)