Skip to content

Commit

Permalink
another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Jul 26, 2019
1 parent 39c1697 commit daf014d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: Provides a lightweight (zero-dependency) and easy to use
packages. Skip tests when not run locally (e.g. on CRAN). Flexible and
configurable output printing. Compare computed output with output stored
with the package. Run tests in parallel. Extensible by other packages.
Version: 0.9.6.5
Version: 0.9.6.6
URL: https://github.com/markvanderloo/tinytest
BugReports: https://github.com/markvanderloo/tinytest/issues
Imports: parallel, utils
Expand Down
2 changes: 1 addition & 1 deletion pkg/R/tinytest.R
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ unregister_tinytest_extension <- function(pkg){
if (isFALSE(ext)) return()
ext[[pkg]] <- NULL
if (length(ext) == 0) options(tt.extensions = NULL)
else (tt.extensions = L)
else (tt.extensions = ext)
}


Expand Down

0 comments on commit daf014d

Please sign in to comment.