Skip to content

Commit

Permalink
Hide ops
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 6, 2019
1 parent a2e3a2b commit e0dfcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/test-testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ equivalent_plans <- function(out, exp) {
# Below, toggle the if() condition on in test mode
# and off in production mode.
# nocov start
if (TRUE) {
if (FALSE) {
`&&` <- function(x, y) {
if (length(x) != 1) {
stop("length x not 1")
Expand Down

0 comments on commit e0dfcbe

Please sign in to comment.