Skip to content

Commit

Permalink
staged_deps_cyclic_error_test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr authored Oct 13, 2023
1 parent e722c60 commit 0d033a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ modules <- function(..., label = "root") {
structure(
list(
label = label,
children = submodules
children = submodules # TEST FOR STAGED.DEPENDENCIES CYCLIC ERROR TRIGGER
),
class = "teal_modules"
)
Expand Down

0 comments on commit 0d033a5

Please sign in to comment.