Skip to content

Commit

Permalink
test adjustment from rebase
Browse files Browse the repository at this point in the history
 - skip_if_not_drone_or_metworx --> skip_if_not_ci_or_metworx
  • Loading branch information
barrettk committed Jun 27, 2024
1 parent 95016ff commit e08e127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model-tree.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
context("Model tree diagram")
skip_if_not_drone_or_metworx("test-model-tree")
skip_if_not_ci_or_metworx("test-model-tree")
skip_if_tree_missing_deps()

count_nodes <- function(tree_list) {
Expand Down

0 comments on commit e08e127

Please sign in to comment.