Skip to content

Commit 4672c23

Browse files
committed
codecov fix
1 parent 9ec6175 commit 4672c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/tests/froll.Rraw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ test(6000.086, frollmean(list(1:3, 2:4), integer()), error="n must be non 0 leng
372372
## 6000.87 6000.88 moved to 6001.
373373
#### n<0
374374
test(6000.089, frollmean(1:3, -2), error="n must be non-negative integer values")
375+
test(6000.0891, frollmean(1:3, c(-2,2), adaptive=TRUE), error="n must be non-negative integer values")
375376
#### n[[1L]]>0 && n[[2L]]<0
376377
test(6000.090, frollmean(1:3, c(2, -2)), error="n must be non-negative integer values")
377378
#### n[[1L]]==n[[2L]]

0 commit comments

Comments
 (0)