Skip to content

Commit

Permalink
remove R6 modules from test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Oct 2, 2023
1 parent 3f3f0e5 commit 4b9ddeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/Testbox/app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ rm(list = ls(loaded_mods), envir = loaded_mods)

box::use(
app/modules/module,
app/modules/moduleR6
# app/modules/moduleR6
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ rm(list = ls(loaded_mods), envir = loaded_mods)

box::use(
app/modules/module,
app/modules/moduleR6
# app/modules/moduleR6
)

0 comments on commit 4b9ddeb

Please sign in to comment.