We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1f9c4 commit 35aa494Copy full SHA for 35aa494
tests/testthat/tests-config.R
@@ -40,7 +40,7 @@ test_that("config temp", {
40
legend()
41
expect_true(gsp$global$config$config.file)
42
expect_equal(par(no.readonly = TRUE)$lwd, orig.par$lwd)
43
- gsp
+ print(gsp)
44
expect_equal(par(no.readonly = TRUE)$lwd, 0.8)
45
46
gspDef <- gsplot() %>%
@@ -56,7 +56,7 @@ test_that("config temp", {
56
57
expect_false(gsp$global$config$config.file)
58
expect_equal(gsp$side.1$axis$lwd, 0.8)
59
60
61
62
loadConfig()
0 commit comments