We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362d5d8 commit eaccd0cCopy full SHA for eaccd0c
tests/testthat/test-flipswitch.R
@@ -1,7 +1,6 @@
1
test_that("flipswitch in default state", {
2
expect_type(webmockr_lightswitch, "environment")
3
expect_type(webmockr_lightswitch$httr, "logical")
4
- expect_false(webmockr_lightswitch$httr)
5
})
6
7
test_that("flipswitch - turn on with 'enable'", {
0 commit comments