Skip to content

Commit 7d333b8

Browse files
committed
Update tinytest.R
#31
1 parent 637ea84 commit 7d333b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tinytest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
if ( requireNamespace("tinytest", quietly=TRUE) ){
33
# To skip running the tests on CRAN make them run only on the developer version
44
home <- length(unclass(packageVersion("bsvars"))[[1]]) == 4
5-
tinytest::test_package("bvarPANELs")
5+
tinytest::test_package("bpvars")
66
}
77

0 commit comments

Comments
 (0)