Skip to content

Commit 511b95d

Browse files
committed
Comment out 'context(...)'
1 parent bef1b36 commit 511b95d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/testthat/test-smk-utils.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Set up
1414
#
1515

16-
context("utils::smk::setup")
16+
# context("utils::smk::setup")
1717
test_that(".loadServersideObject() returns existing object", {
1818
test_df <- data.frame(a = 1:3)
1919
result <- .loadServersideObject("test_df")
@@ -42,5 +42,5 @@ test_that(".checkClass() throws informative error for wrong class", {
4242
)
4343
})
4444

45-
context("utils::smk::shutdown")
46-
context("utils::smk::done")
45+
# context("utils::smk::shutdown")
46+
# context("utils::smk::done")

0 commit comments

Comments
 (0)